tufts-ml / covid19-forecasting

Simulation software for forecasting demand at various stages of hospitalization
MIT License
3 stars 0 forks source link

HospitalData class useful for evaluation #34

Open cuong450 opened 3 years ago

cuong450 commented 3 years ago

Given some Csv, the HospitalData class can extract GeneralWard, OffVentICU (imputed), OnVentICU(imputed), Admissions (imputed), etc from the web data collected

Please take a look at the 'Example in Jupyter Notebook' code snippet to generate plot of the MA hospitalization data. Let me know if this addresses some of your Slack-message concerns To run this code, you'll need the following CSVs that I will email you now.

(This is not a request to merge code)