epiprocess
https://cmu-delphi.github.io/epiprocess
A package for epidemic signal processing��Ryan Tibshirani, CMU Delphi group
Broader context
Goal: build interworking community-driven packages for epi tracking & forecasting
epiprocess
Fetch data
Standardize, clean, & process data
Build & evaluate predictive models
epipredict
E.g., Epidata/COVIDcast and epidatr, epidatpy
{
(today’s focus)
epiprocess
Currently an R package (Python coming?). GitHub repo, documentation site (with package index, getting started guide, and several vignettes)
Two main data formats:
epi_df: snapshot of a data set (as of a particular data version)
epi_archive: historical archive of a data set (full version history)
geo_value | time_value | percent_cli | age_group |
PA | 2020-03-01 | 1.0563 | 0-4 |
PA | 2020-03-01 | 1.2781 | 5-12 |
... | | | |
geo_value | time_value | percent_cli:�0-4 | percent_cli:�5-12 | ... |
PA | 2020-03-01 | 1.0563 | 1.2781 | |
PA | 2020-03-01 | 1.1145 | 1.3548 | |
... | | | | |
geo_value | time_value | percent_cli | age_group | version |
PA | 2020-03-01 | 0.9924 | 0-4 | 2020-03-03 |
PA | 2020-03-01 | 1.0272 | 0-4 | 2020-03-04 |
... | | | | |
This is an epi_df
This is an epi_df
This is an epi_archive
epi_df functionality
Existing functionality:
In development:
epi_archive functionality
Existing functionality: