Implementation of the paper - Predicting Dose-Response Curves with Deep Neural Networks, published at ICML 2024.
run_all_experiments.pycontains driver code for executing the experiments.train_model.pycontains the training loop for the modeloptimize_hyperparameters.pycontains the hyperparameter optimization pipeline.- in
utils.pyutilities for downloading and pre-processing the data are contained - In FunFor the code from FunFor [1] found at https://github.com/xiaotiand/FunFor was adapted to support multi-threading and covariates with 0 variance.
- Fu, G., Dai, X., & Liang, Y. (2021). Functional random forests for curve response. Scientific Reports, 11(1), 1-14.