Open juandavidgutier opened 3 years ago
Those are already supported :) Check out this notebook and look for the subsection, "CATE objects and confidence intervals", https://github.com/microsoft/dowhy/blob/master/docs/source/example_notebooks/dowhy-conditional-treatment-effects.ipynb
Does this work for you?
@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 lower and upper limits of the confidence interval for the effect estimates. However, I want to obtain the confidence interval for the mean value, How I can get it?
How about estimator.effect_inference(X).population_summary()
?
@amit-sharma Is it possible to include in the next version the conditional effects, p-value and confidence intervals for double machine learning, please?