Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 459 Bytes

File metadata and controls

10 lines (8 loc) · 459 Bytes

Causal-Inference-and-Discovery-in-Python

Causal Inference and Discovery in Python by Packt Publishing

Environment installation

To install the basic environment run: conda env create -f causal_book_py38.yml

Note: Depending on your system settings, you might need to install graphviz manually in order to recreate the graph plots in the code. Check https://pypi.org/project/graphviz/ for specific instructions specific to your operating system.