You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`{epipredict}` is a framework for building transformation and forecasting pipelines for epidemiological and other panel time-series datasets.
80
+
[`{epipredict}`](https://cmu-delphi.github.io/epipredict/) is a framework for building transformation and forecasting pipelines for epidemiological and other panel time-series datasets.
81
81
In addition to tools for building forecasting pipelines, it contains a number of “canned” forecasters meant to run with little modification as an easy way to get started forecasting.
82
82
83
83
It is designed to work well with
@@ -111,7 +111,7 @@ The documentation for the stable version is at
111
111
112
112
## Motivating example
113
113
114
-
To demonstrate using `{epipredict}` for forecasting, say we want to
114
+
To demonstrate using [`{epipredict}`](https://cmu-delphi.github.io/epipredict/) for forecasting, say we want to
115
115
predict COVID-19 deaths per 100k people for each of a subset of states
Below the fold, we construct this dataset as an `epiprocess::epi_df` from
141
-
[Johns Hopkins Center for Systems Science and Engineering deaths data](https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/jhu-csse.html).
148
+
`covid_case_death_rates` is a subset of
149
+
[Johns Hopkins Center for Systems Science and Engineering deaths data](https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/jhu-csse.html) stored in [`{epidatasets}`](https://cmu-delphi.github.io/epidatasets/).
150
+
Below the fold, we clean this dataset and demonstrate pulling it from the epidata API.
142
151
143
152
<details>
144
153
<summary> Creating the dataset using `{epidatr}` and `{epiprocess}` </summary>
145
154
146
155
This section is intended to demonstrate some of the ubiquitous cleaning operations needed to be able to forecast.
147
-
The dataset prepared here is also included ready-to-go in `{epipredict}` as `covid_case_death_rates`.
156
+
The dataset prepared here is also included ready-to-go in [`{epipredict}`](https://cmu-delphi.github.io/epipredict/) as `covid_case_death_rates`.
148
157
149
158
First we pull both `jhu-csse` cases and deaths data from the
150
159
[Delphi API](https://cmu-delphi.github.io/delphi-epidata/api/covidcast.html) using the
0 commit comments