Codes for AAAI 2022 paper: Context-aware Health Event Prediction via Transition Functions on Dynamic Disease Graphs
Go to https://mimic.physionet.org/ for access. Once you have the authority for the dataset, download the dataset and extract the csv files to data/mimic3/raw/
and data/mimic4/raw/
in this project.
python run_preprocess.py
python train.py
Please see train.py
for detailed configurations.