Skip to content

jeongyoonlee/causal-inference-in-python-code

 
 

Repository files navigation

causal-inference-in-python-code

Code for the Book Causal Inference in Python

Prerequisites

  1. uv - Installation instruction
  2. git - Installation instruction

Setting Up a Local Python Virtual Environment

  1. Clone the repository
git clone https://github.com/jeongyoonlee/causal-inference-in-python-code.git
  1. Create and activate virtual environment
cd causal-inference-in-python-code
uv venv
source .venv/bin/activate
  1. Install dependencies
uv pip install .

About

Code for the Book Causal Inference in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%