Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.37 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.37 KB

Bayesian models for COVID-19

This repository contains code for Bayesian modeling of COVID-19 using numpyro and jax.

Models

Team

The team is based at the College of Information and Computer Sciences and School of Public Health & Health Sciences at UMass. The model creators, contributors, and weekly crank-turners are:

Dr. Reich and Dr. Ray direct the CDC Influenza Forecasting Center of Excellence at UMass.

Installation

Our code depends on numpyro and jax. If you don't have these packages, our installation routine will pull and install them:

git clone https://github.com/dsheldon/mechbayes
cd mechbayes
pip install -e .

Installation Details

If you need to manually install jax and numpyro, please see the instructions for those packages: jax, numpyro.