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

["model"] Results from running files (models, __init__, parameters, constants, base, validators) from develop branch in notebook differ from CHIME web app census csv download #495

Open
dsfabian opened this issue Apr 6, 2020 · 0 comments
Labels
models Correct/improve the underlying models
Projects

Comments

@dsfabian
Copy link

dsfabian commented Apr 6, 2020

Summary

I work for a data science team at a health system, we have limited knowledge/prior experience running docker containers etc so we downloaded (via urllib.request) the files in the src/pnn_chime folder to run locally and output csvs for patient census in each one of our regions our health system covers. code is in attached notebook. fyi, was having problems getting the relative imports to run so I regexed them out so the file could be run by exec().

The output from doing this direct file download and running is different than the output from the CHIME web app even though the same files should be running in both examples

Additional details

ex row of region data:
Pop | current_hosp | date first hosp | doubling_time | initial_infections | hosp_rate | icu_rate | vent_rate | hosp_los | icu_los | vent_los | market_share
-- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | --
604227 | 14 | 3-18-2020 | 7 | 61 | 0.025 | 0.01 | 0.0075 | 7 | 9 | 10 | 0.233

output for that region
2020-04-05_projected_census.xlsx

python notebook file as text file:
automated_notebook_to_text.txt

Suggested fix

unknown

@dsfabian dsfabian added the models Correct/improve the underlying models label Apr 6, 2020
@rcknplyr rcknplyr added this to Inbox, Unprocessed in Analysis via automation Apr 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
models Correct/improve the underlying models
Projects
No open projects
Analysis
  
Inbox, Unprocessed
Development

No branches or pull requests

1 participant