juandavidgutier
juandavidgutier
@amit-sharma Thanks for the cooperation
@jmafoster1 Great!!! Thanks for the tip.
@jmafoster1 I followed your advice but in a new dataset I found the same problem related with that the interval (0.1192 - 0.2268) does not contain the mean value of...
@amit-sharma Thanks for the info, and it's just what I needed. Additionally, I have a new question about if it is possible to obtain the individual treatment effect with DML?
@amit-sharma I follow the example in https://github.com/microsoft/dowhy/blob/master/docs/source/example_notebooks/dowhy-conditional-treatment-effects.ipynb, and I find that the confidence interval is a tuple with 2 arrays each one with10,000 data that I guess corresponds to the...
@kbattocchi I changed the line to: method_name="econml.iv.dml.dmliv", but I get this error message ImportError: iv is not an existing causal estimator.
@kbattocchi Thanks a lot for the suggestion. However, I have a couple of errors when I want to refute the estimation, particularly adding a placebo I get this error: "UnboundLocalError:...
Hello @kbattocchi, Thanks for your answer. I have python 3.8 and here is the output of pip list: [modules.csv](https://github.com/microsoft/EconML/files/7474756/modules.csv)
@kbattocchi, I installed keras 2.3 (pip install keras==2.3), but unfortunately I get the same error message: "ImportError: keras and tensorflow are no longer dependencies of the main econml package; install...
@kbattocchi, I change the lines of keras as you suggested, but unfortunately the script produces the same error. I do not know what error I have in the script, here...