Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The mortality window is 24 or 48 hours for MIMIC 4? #2

Open
avani17101 opened this issue Apr 18, 2023 · 0 comments
Open

The mortality window is 24 or 48 hours for MIMIC 4? #2

avani17101 opened this issue Apr 18, 2023 · 0 comments

Comments

@avani17101
Copy link

In paper its mentioned that mortality window is 48 hours (in prediction tasks: mortality prediction) while from code it seems 24 hour mortality was taken for MIMIC 4.
mortality = ( (temp.DEATHTIME >= temp.INTIME + pd.Timedelta(12, unit="h") ) & (temp.DEATHTIME <= temp.INTIME + pd.Timedelta(12, unit="h") + timegap + pred_window) ) where pred_window = 24 hours
@hoon9405 @starmpcc could you please confirm what was the case? Additionally, I checked the cod given in the followup work in https://github.com/starmpcc/UniFL/blob/master/preprocess/dataset_construct.py, I see the same 24 hour mortality.
Please clarify or correct me if I am missing something.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant