This repo contains code to replicate and apply methods from our paper, ``Learning the Covariance of Treatment Effects Across Many Weak Experiments.''
- Clone this repository.
- (Optional) Create a virtual environment:
python3 -m venv proxy_metrics_env
source proxy_metrics_env/bin/activate
- Install the requirements, for example by running
python -m pip install -r requirements.txt. - Run
python3 -m src.fig_1.
