This repository implements and evaluates causal inference methods using the Infant Health and Development Program (IHDP) dataset as a benchmark.
Download the IHDP dataset from Kaggle and place the ihdp_data.csv
file in the data/inputs/
directory.
data/
└── inputs/
└── ihdp_data.csv
notebooks/
- Jupyter notebooks for EDA and analysissrc/
- Python modules for causal inference methodsdata/inputs/
- Raw data files
Python 3.12+ with dependencies managed via uv
. Run uv sync
to install all required packages.