-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
48862d1
commit 9afc208
Showing
2 changed files
with
6,117 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,21 @@ | ||
team_name: "Johns Hopkins University Applied Physics Laboratory" | ||
team_abbr: "JHUAPL" | ||
model_name: "Morris" | ||
model_abbr: "Morris" | ||
model_version: "2.0" | ||
model_contributors: [ | ||
{ | ||
"name": "Matthew C Kinsey", | ||
"affiliation": "Johns Hopkins University Applied Physics Laboratory", | ||
"email": "[email protected]" | ||
}, | ||
] | ||
website_url: "https://www.jhuapl.edu/" | ||
license: "CC-BY-4.0" | ||
team_funding: "ACCIDDA" | ||
designated_model: true | ||
methods: "N-HiTS model with custom Weighted Interval Score (WIS) loss for probabilistic flu hospitalization forecasts by state." | ||
data_inputs: "The model primarily uses the Weekly Hospital Respiratory Data Metrics from the National Healthcare Safety Network (NHSN), including total influenza hospitalizations, admissions, and reporting percentages. Derived features include temporal encodings (day of week, week of year) and reporting fractions. No external data sources beyond the NHSN dataset are used." | ||
methods_long: "This model uses a Neural Hierarchical Interpolation for Time Series (N-HiTS) architecture to forecast influenza hospitalizations by state. It's trained on weekly data from the National Healthcare Safety Network, incorporating time encodings and state-specific features. The model employs a novel Weighted Interval Score (WIS) loss function, enabling probabilistic forecasts that balance accuracy and uncertainty quantification. Hyperparameter optimization is performed using a Bayesian surrogate model." | ||
ensemble_of_models: false | ||
ensemble_of_hub_models: false |
Oops, something went wrong.