YerevaNN / mimic3-benchmarks

Python suite to construct benchmark machine learning datasets from the MIMIC-III 💊 clinical database.
https://arxiv.org/abs/1703.07771
MIT License
805 stars 329 forks source link

Documentation for length of stay regression backwards #114

Open alanflanders opened 3 years ago

alanflanders commented 3 years ago

main_cf.py for length of stay is Logistic Regression, not Linear Regression. Also main.py is Linear Regression, not Logistic Regression.

https://github.com/yerevann/mimic3-benchmarks#length-of-stay-prediction

shan23chen commented 3 years ago

Hello!

Do you have any idea how the length of stay csv files are partitioned and being renamed? How are they sourced from how their original source? Thanks!