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

Minor variable name fix in documentation #1171

Closed rahulbshrestha closed 2 months ago

rahulbshrestha commented 2 months ago

The variable model was used for both Lingam and CausalModel in the notebook (https://www.pywhy.org/dowhy/main/example_notebooks/dowhy_causal_discovery_example.html) which I found a bit confusing when playing around. This PR renames one of the uses of the variable model into model_lingam.

Related PR: https://github.com/py-why/dowhy/issues/859