Skip to content

nestauk/dsp_sq_causal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Causal Inference Methods Testing

This repository implements and evaluates causal inference methods using the Infant Health and Development Program (IHDP) dataset as a benchmark.

Data Setup

Download the IHDP dataset from Kaggle and place the ihdp_data.csv file in the data/inputs/ directory.

data/
└── inputs/
    └── ihdp_data.csv

Project Structure

  • notebooks/ - Jupyter notebooks for EDA and analysis
  • src/ - Python modules for causal inference methods
  • data/inputs/ - Raw data files

Requirements

Python 3.12+ with dependencies managed via uv. Run uv sync to install all required packages.

About

Exploring causal inference methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published