reichlab / sarix-covid

sarix model for forecasting Covid-19 hospitalizations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sarix-covid

Seasonal Auto-Regressive Integrated models with eXogenous predictors for forecasting Covid-19 hospitalizations

setup

  1. Install the following R packages from the CRAN Repository:
install.packages(c("dplyr", "lubridate", "readr", "ggplot2"))
  1. Install the covidData R package.
  2. Install the hubEnsembles R package.
  3. Install the covidHubUtils R package.
  4. Install the sarix python module:

workflow

  1. run make sarix in root directory
  2. submit forecast submission file from weekly-submission/sarix-forecasts/UMass-sarix/ to the COVID-19 Forecast Hub as a PR.
  3. commit and push the generated CSV file and the PDF of plots from the sarix model.

About

sarix model for forecasting Covid-19 hospitalizations


Languages

Language:R 42.3%Language:Python 30.9%Language:Shell 14.8%Language:Dockerfile 9.9%Language:Makefile 2.2%