Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 505 Bytes

File metadata and controls

14 lines (9 loc) · 505 Bytes

Complete Graphical Criterion for Sequential Covariate Adjustment in Causal Inference

This python package is for the paper titled "Complete Graphical Criterion for Sequential Covariate Adjustment in Causal Inference" (NeurIPS 2024).

Environment

conda create -n [env_name] python>=3.11
conda activate [env_name]
pip install -r requirements.txt

This code is built on top of the structural causal bandit library by Sanghack Lee.