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

Update dowhy_causal_discovery_example.ipynb #1186

Closed krz closed 1 month ago

krz commented 1 month ago

the sachs data set is assigned to a variable data_sachs but the print statement is for a variable data data, resulting in an error when running the notebook

bloebp commented 1 month ago

Thanks for the fix!