-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add model metadata for Pyrenew_H_COVID (#256)
- Loading branch information
1 parent
5fb4c77
commit b117b59
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
team_name: "Center for Forecasting and Outbreak Analytics (CFA/CDC) Pyrenew team" | ||
team_abbr: "CFA_Pyrenew" | ||
model_name: "Pyrenew_Hospital_Admissions_COVID" | ||
model_abbr: "Pyrenew_H_COVID" | ||
model_version: "0.1.0" | ||
model_contributors: [ | ||
{ | ||
"name": "Damon M. Bayer", | ||
"affiliation": "CFA/CDC", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "George Vega Yon", | ||
"affiliation": "CFA/CDC", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Samuel Brand", | ||
"affiliation": "CFA/CDC", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Subekshya Bidari", | ||
"affiliation": "CFA/CDC", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Trevor Martin", | ||
"affiliation": "CFA/CDC", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Dylan H. Morris", | ||
"affiliation": "CFA/CDC", | ||
"email": "[email protected]" | ||
} | ||
] | ||
|
||
license: "CC-BY-4.0" | ||
designated_model: false | ||
methods: "Basic renewal model using the Pyrenew-HEW framework." | ||
data_inputs: "Epiweekly incident COVID-19 hospital admissions from NHSN HRD via data.cdc.gov." | ||
methods_long: "Simple renewal model fit only to the target signal. Used to benchmark related multi-signal models the same framework with additional observables." | ||
website_url: "https://github.com/cdcgov/pyrenew-hew" | ||
repo_url: "https://github.com/cdcgov/pyrenew-hew" | ||
ensemble_of_models: false | ||
ensemble_of_hub_models: false | ||
designated_github_users: ["dylanhmorris", "damonbayer", "sbidari"] |