You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! We are trying to run your code in the external_validation folder. So far come up against two issues, we do not have any of the data in mimic_paths.py in the leomed section. Is this data possible to access or private? Without it we cannot run run_mimic_prep.py. Also, on the current version of MIMIC-III, we get this error on the age calculation:
Hi! We are trying to run your code in the
external_validation
folder. So far come up against two issues, we do not have any of the data inmimic_paths.py
in the leomed section. Is this data possible to access or private? Without it we cannot runrun_mimic_prep.py
. Also, on the current version of MIMIC-III, we get this error on the age calculation:This can be fixed by adding the following line to get rid of the dates that are censored down into the 1800s in MIMIC-III:
But already this means we must have a different cohort which makes reproducing difficult.
Thanks!
The text was updated successfully, but these errors were encountered: