py-why / dowhy

DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions. DoWhy is based on a unified language for causal inference, combining causal graphical models and potential outcomes frameworks.
https://www.pywhy.org/dowhy
MIT License
6.88k stars 916 forks source link

Add doubly robust estimator + notebook #1201

Open rahulbshrestha opened 3 weeks ago

rahulbshrestha commented 3 weeks ago

This draft PR addresses this issue, by introducing the doubly robust estimator to doWhy. It also contains a tutorial notebook applying this algorithm to a demo dataset. This is a rough draft, so there will be lots of changes!