Learning conditional-average dose responses through representation balancing
C. Bockel-Rickermann, T. Vanderschueren, J. Berrevoets, T. Verdonck, W. Verbeke (2023)
The is the repo to the manuscript "Using representation balancing to learn conditional-average dose responses from clustered data"
This repository is organised as follows:
|- config/ # Config files
|- data/ # Raw data
|- scripts/ # Scripts to execute experiments and create results
|- src/ # Methods, datasets, and metrics
This repo uses Python 3.10. We have provided a requirements.txt
file:
pip install -r requirements.txt
Please use the above in a newly created virtual environment to avoid clashing dependencies.
To replicate our experiments, run the scripts in the scripts/
folder.
Raw data has to be downloaded from here and put in the data/
folder.
Please cite our paper and/or code as follows:
@article{BockelRickermann2023,
title={Using representation balancing to learn conditional-average dose responses from clustered data},
author={Bockel-Rickermann, Christopher and Vanderschueren, Toon and Berrevoets, Jeroen and Verdonck, Tim and Verbeke, Wouter},
journal={arXiv preprint arXiv:2309.03731},
year={2023}
}