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

["bug"] The current % acutity (Hosp, ICU, and Vent are error prone) #336

Open
Mdraugelis opened this issue Mar 29, 2020 · 3 comments · May be fixed by #558
Open

["bug"] The current % acutity (Hosp, ICU, and Vent are error prone) #336

Mdraugelis opened this issue Mar 29, 2020 · 3 comments · May be fixed by #558
Labels
bug Something isn't working help wanted Extra attention is needed hospital-request A hospital needs this to make a decision models Correct/improve the underlying models python

Comments

@Mdraugelis
Copy link

The current parameters are dependent but the promoted input and use don't keep that constraint.

  • Hospitalization %(total infections)
  • ICU %(total infections)
  • Ventilated %(total infections)

One could put int a hirer Ventilated rate the ICU or Hosptial, but this is not actually possible.

Furthermore, publications report rates of ICU (Critica Care) as rate hospitalizations. And rate of ventilated patients as rate of critical care patients

Fix

These fields should be updated to:
Hosp %(total infections)
ICU (% total hosp)
Vent (% critical care)

The code should be updated to translate those numbers into %'s of total infections.

For example
Hosp %(total infections) = 2.5
ICU (% total hosp) = 30%
Vent (% critical care) = 66%

ICU % Total infections = Hosp %(total infections) * ICU (% total hosp)
Vent % Total infections = ICU % Total infections * Vent (% critical care)

Where 
ICU % Total infections = 0.75
Vent % Total infections = 0.495

Expected behavior:

What I got instead:

(screenshots if applicable)

@Mdraugelis Mdraugelis added the bug Something isn't working label Mar 29, 2020
@gauribapat
Copy link

Took a look at this, can I be assigned to this issue?

@mariekers mariekers added help wanted Extra attention is needed hospital-request A hospital needs this to make a decision models Correct/improve the underlying models python labels Apr 6, 2020
@Mdraugelis
Copy link
Author

See this spreadsheet as an example of these updates. https://docs.google.com/spreadsheets/d/1hZ5HWbPqyZPLwsrc303k-Kr7Ph-YcEmjl150fQeDAzA/edit?usp=sharing

@gauribapat gauribapat linked a pull request Apr 17, 2020 that will close this issue
6 tasks
@BrianThomasRoss
Copy link
Collaborator

@jlubken any movement on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed hospital-request A hospital needs this to make a decision models Correct/improve the underlying models python
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants