Dan Hewitt

Results 6 comments of Dan Hewitt

I have seen the same error trying to import CausalMSE / CausalTreeRegressor on CI in python ~~3.7~~ [edit: 3.8.8] (installed through pip) numpy: 1.18.5 scipy: 1.4.1 pandas: 1.0.5 scikit-learn: 0.23.2...

edit: I played around with new conda environments against python 3.7.4, 3.7.9, 3.8.5, and 3.8.8 and various combinations of dependencies but I got mixed results and I'm no longer confident...

OK, I found test.py and noting that it runs fine I've managed to narrow down that the segfault occurs only when the dataset is very small (

Hi, I modified the test script to run on less data and managed to get a segfault in the training and a floating point error in testing, see the code...

Hey, you're right - you don't have the python bindings set up for your system, you just need to run the below: ``` python setup.py install ``` p.s. if you've...

Hey, Great work and thanks for digging out the bug. I should be getting back into this code in a month or two when I'll switch over to your code...