sunlabuiuc / PyHealth

A Deep Learning Python Toolkit for Healthcare Applications.
https://pyhealth.readthedocs.io
MIT License
956 stars 207 forks source link

Fixing examples' bug in MIMIC-IV. #301

Open 2021SONGXun opened 1 month ago

2021SONGXun commented 1 month ago

The tasks of Drug Recommendation, Length of Stay Prediction, Readmission Prediction, and Mortality Prediction for MIMIC-IV require the use of the 'prescriptions' table in the dataset; otherwise, the code will not run properly.