This repository contains the reproduction codes and related materials presented in the paper Multivariate Conformal Selection.
-
simulation/: Simulation Studies (Section 5)simulation/dist_score.py: implementation ofmCS-dist.simulation/DL_single_score.py: implementation ofmCS-learnwith p-value loss (eq. 16).simulation/DL_mult_score.py: implementation ofmCS-learnwith selection size loss (eq. 15).simulation/plot_and_table.ipynb: reproducing the plots and tables in Section 5 and Appendix C.
-
drug/: Real Data Application (Section 6)drug/dist_score.pyanddrug/DL_single_score.py: similar to the corresponding files in thesimulationfolder.drug/training_mu.ipynb: demonstration of QSAR model training and prediction.drug/plot_and_table.ipynb: reproducing the plots and tables in Section 6 and Appendix D.