Confirmed infections over time
Model estimates of confirmed infections over time
Notes
-
Data is from https://github.com/CSSEGISandData/COVID-19
-
Model predictions are based on the best-fit sigmoidal model for each country:
- If necessary, install conda or miniconda
- Clone the repo
- From a terminal shell, run
conda env create --file environment.yml
, thenconda activate cms-ai
- To update your local environment dependencies to match the
environment.yml
file, runconda env update --file environment.yml --prune
- Add new package(s) to the
environment.yml
file and then runconda env update --file environment.yml --prune
. - To list outdated packages, run
conda update --all
, which will show a list of packages that will be updated. ReplyN
to just see the list. Manually update any dependencies by editing theenvironment.yml
file and then runningconda env update --file environment.yml --prune
.