Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 540 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 540 Bytes

pydata-global-2022

Notebooks supporting my PyData Global 2022 talk, What-if? Causal reasoning meets Bayesian Inference.

Find out more about the CausalPy repo at pymc-labs/CausalPy.

Link to the talk on YouTube will be added when it's available.

Environment setup

conda env create -f environment.yml
conda activate whatif
python -m ipykernel install --user --name whatif

You should then be set up and able to run the notebooks.