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
Really great work and quite a useful description of the code -- thank you!
I have two questions which might sound naive:
What event to_event refers to? I initially thought it is heart failure, but it seems to be mortality. Then the to_event refers to the time (in days) until 2025-1-1. Is that a fair understanding?
Choi et al. uses heart failure as an event; could a similar thing be done using your keras version and MIMIC-III? The target will be changed to whether a subject has a ICD-9 for heart failure (e.g. 428.0), removing any Dx after the heart failure and recalculating all to_dates to 2025-1-1 similar to the existing code?
Thank you in advance,
The text was updated successfully, but these errors were encountered:
Hello!
Really great work and quite a useful description of the code -- thank you!
I have two questions which might sound naive:
What event to_event refers to? I initially thought it is heart failure, but it seems to be mortality. Then the to_event refers to the time (in days) until 2025-1-1. Is that a fair understanding?
Choi et al. uses heart failure as an event; could a similar thing be done using your keras version and MIMIC-III? The target will be changed to whether a subject has a ICD-9 for heart failure (e.g. 428.0), removing any Dx after the heart failure and recalculating all to_dates to 2025-1-1 similar to the existing code?
Thank you in advance,
The text was updated successfully, but these errors were encountered: