Skip to content

Commit dc65135

Browse files
committed
feat: update CMU-TimeSeries metadata
1 parent d55a227 commit dc65135

File tree

1 file changed

+10
-42
lines changed

1 file changed

+10
-42
lines changed

model-metadata/CMU-TimeSeries.yml

Lines changed: 10 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -4,51 +4,19 @@ model_name: "AR ensemble with auxiliary data"
44
model_abbr: "TimeSeries"
55
model_version: "1.0"
66
model_contributors:
7-
[
8-
{
9-
"name": "Logan Brooks",
10-
"affiliation": "UC Berkeley",
11-
"email": "[email protected]",
12-
},
13-
{
14-
"name": "Dmitry Shemetov",
15-
"affiliation": "Carnegie Mellon University",
16-
"email": "[email protected]",
17-
},
18-
{
19-
"name": "Nat DeFries",
20-
"affiliation": "Carnegie Mellon University",
21-
"email": "[email protected]",
22-
},
23-
{
24-
"name": "Addison Hu",
25-
"affiliation": "Carnegie Mellon University",
26-
"email": "[email protected]",
27-
},
28-
{
29-
"name": "David Weber",
30-
"affiliation": "Carnegie Mellon University",
31-
"email": "[email protected]",
32-
},
33-
{
34-
"name": "Daniel McDonald",
35-
"affiliation": "University of British Columbia",
36-
"email": "[email protected]",
37-
},
38-
{
39-
"name": "Ryan Tibshirani",
40-
"affiliation": "UC Berkeley",
41-
"email": "[email protected]",
42-
},
43-
]
44-
website_url: "https://github.com/cmu-delphi/flu-hosp-forecast/"
45-
repo_url: "https://github.com/cmu-delphi/flu-hosp-forecast/"
7+
[
8+
{ "name": "Logan Brooks", "affiliation": "UC Berkeley", "email": "[email protected]" },
9+
{ "name": "Dmitry Shemetov", "affiliation": "Carnegie Mellon University", "email": "[email protected]" },
10+
{ "name": "Nat DeFries", "affiliation": "Carnegie Mellon University", "email": "[email protected]" },
11+
{ "name": "David Weber", "affiliation": "Carnegie Mellon University", "email": "[email protected]" },
12+
{ "name": "Daniel McDonald", "affiliation": "University of British Columbia", "email": "[email protected]" },
13+
{ "name": "Ryan Tibshirani", "affiliation": "UC Berkeley", "email": "[email protected]" },
14+
]
15+
website_url: "https://github.com/cmu-delphi/exploration-tooling/"
16+
repo_url: "https://github.com/cmu-delphi/exploration-tooling/"
4617
license: "CC-BY-4.0"
4718
designated_model: true
4819
team_funding: "Centers for Disease Control and Prevention Awards: U011P001121, 75D30123C15907, NU38FT000005"
49-
include_viz: true
50-
include_ensemble: true
51-
include_eval: true
5220
methods: "An ensemble of AR-based time-series models."
5321
data_inputs: "Daily and weekly incident flu hospitalizations, queried through Delphi Epidata API."
5422
methods_long: "A basic quantile autoregression fit using lagged values of influenza-related hospitalization counts (normalized by population). The data are smoothed in time and the latter data source is adjusted to remove systematic day-of-week effects. The model is fit jointly across all 50 US states, the District of Columbia, Puerto Rico, and the Virgin Islands, using the most recently available 21 days of training data. Each of the 23 quantiles is learned using a separate quantile regression with nonnegativity and quantile sorting constraints applied post hoc. All data signals are available as indicators through the Delphi Epidata API (https://cmu-delphi.github.io/delphi-epidata)."

0 commit comments

Comments
 (0)