This repository contains the code for the ADEPT method found in this manuscript..
adept.pyhas the code defining the ADEPT model.example.ipynbgives an example of how to use theADEPTclass.evaluation.pyprovides evaluation metrics.generate_bimodal_data.pygenerates simulated data with two modes. See Section 4.1 of the manuscript for more information.generate_multimodal_sim_data.pygenerates simulated data with four modes. See Section 4.2 of the manuscript for more information.generate_gbsg_data.pysplits the German Breast Cancer Study Group 2 data set for training, testing, and validation. See Section 5 of the manuscript for more information.generate_flchain_data.pysplits the assay of free light chain data set for training, testing, and validation. See Section 5 of the manuscript for more information.pipeline.pyis used to generate the results shown in the Sections 4 and 5 of the manuscript.plotting.pycontains code to make lots forexample.ipynb
More information about the Stroke data set used in Section 5 of the manuscript can be found here.
To cite this work use the following citation:
@InProceedings{pmlr-v238-hickey24a,
title = { Adaptive Discretization for Event PredicTion {(ADEPT)} },
author = {Hickey, Jimmy and Henao, Ricardo and Wojdyla, Daniel and Pencina, Michael and Engelhard, Matthew},
booktitle = {Proceedings of The 27th International Conference on Artificial Intelligence and Statistics},
pages = {1351--1359},
year = {2024},
editor = {Dasgupta, Sanjoy and Mandt, Stephan and Li, Yingzhen},
volume = {238},
series = {Proceedings of Machine Learning Research},
month = {02--04 May},
publisher = {PMLR},
pdf = {https://proceedings.mlr.press/v238/hickey24a/hickey24a.pdf},
url = {https://proceedings.mlr.press/v238/hickey24a.html}
}