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.99k stars 923 forks source link

Extend causal identifier init #996

Closed RoseDeSicilia26 closed 1 year ago

RoseDeSicilia26 commented 1 year ago

causal identifier init.py now gives access to construct_iv_estimand, construct_frontdoor_estimand, and construct_backdoor_estimand functions available on auto_identifier.py

amit-sharma commented 1 year ago

thanks, I fixed the formatting error and merged.