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

Can you provide code demo for each function? #1194

Open GengYuIsland opened 1 month ago

GengYuIsland commented 1 month ago

My request is as title.

bloebp commented 1 month ago

Hi, you can find some examples here: https://www.pywhy.org/dowhy/v0.11.1/example_notebooks/nb_index.html

GengYuIsland commented 2 weeks ago

Thank you, that's really great:)