Skip to content

VerbekeLab/CBRNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning conditional-average dose responses through representation balancing
C. Bockel-Rickermann, T. Vanderschueren, J. Berrevoets, T. Verdonck, W. Verbeke (2023)

License: MIT ArXiv: 2309.03731

The is the repo to the manuscript "Using representation balancing to learn conditional-average dose responses from clustered data"

Repository structure

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

Installing

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.

Citing

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}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages