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

freezing when run linear regression on length of stay #110

Closed xiuwei1026 closed 1 year ago

xiuwei1026 commented 3 years ago

Has anybody had the same issue? When I run linear regression on length of stay, it freezes at "Reading data and extracting features...". Not sure it's my python environment issue or not. python -um mimic3models.length_of_stay.logistic.main --output_dir mimic3models/length_of_stay/logistic image

alanflanders commented 3 years ago

It finishes for me

hrayrhar commented 1 year ago

It just takes too long (a few hours or more), it does not freeze.