/causal-inference-dowhy

causal inference in python, have been reading judea pearl's book of why

Primary LanguageJupyter Notebook

causal-inference-dowhy

entirely from the dowhy documentation: http://causalinference.gitlab.io/dowhy/index.html

install

git clone https://github.com/f00-/causal-inference-dowhy.git
cd causal-inference-dowhy
conda env create -f environment.yml
source activate causal_inference
pip install -r requirements.txt

on osx, to install graphviz

brew install graphviz

usage

python example.py
python estimation_methods.py
jupyter notebook