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.89k stars 916 forks source link

Equation-to-graph #1106

Closed bhatt-priyadutt closed 7 months ago

bhatt-priyadutt commented 7 months ago
X = empirical()
Y = 12*exp(X) + halfnorm()
Z = 3*Y + empirical()