Skip to content

Commit ae06f70

Browse files
Merge pull request cdcepi#2293 from ausmeyer/update-mighte-nsemble-metadata
Update MIGHTE-Nsemble model metadata
2 parents 5f7b601 + d8f8d25 commit ae06f70

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

model-metadata/MIGHTE-Nsemble.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,13 @@ team_name: "MIGHTE"
22
team_abbr: "MIGHTE"
33
model_name: "Time series ensemble"
44
model_abbr: "Nsemble"
5-
model_version: "1.0"
5+
model_version: "2.0"
66
model_contributors: [
77
{
88
"name": "Austin Meyer",
99
"affiliation": "Northeastern University",
1010
"email": "austin.g.meyer@gmail.com"
1111
},
12-
{
13-
"name": "Fred Lu",
14-
"affiliation": "Northeastern University",
15-
"email": "fredlu1618@gmail.com"
16-
},
17-
{
18-
"name": "Leonardo Clemente",
19-
"affiliation": "Northeastern University",
20-
"email": "c.clementelopez@northeastern.edu"
21-
},
2212
{
2313
"name": "Mauricio Santillana",
2414
"affiliation": "Northeastern University",
@@ -30,8 +20,8 @@ license: "CC-BY-4.0"
3020
citation: "Meyer, A. G., Lu, F., Clemente, L., & Santillana, M. (2024). A prospective real-time transfer learning approach to estimate Influenza hospitalizations with limited data. medRxiv, 2024-07."
3121
team_funding: ""
3222
designated_model: true
33-
methods: "Weighted ensemble of time-series models including lightGBM and ARIMA"
23+
methods: "Weighted ensemble of time-series models including LightGBM, SVM, and ARIMA"
3424
data_inputs: "Weekly incident flu hospitalizations, with imputation for unreported hospitalizations"
35-
methods_long: "Weighted ensemble of time-series models, including lightGBM with hyperparameters tuned over the previous season, lightGBM validated over the previous season and tuned on the season before, and ARIMA models."
25+
methods_long: "Weighted ensemble of time-series models, including LightGBM and SVM with hyperparameters tuned over the previous seasons along with ARIMA model with orders selected automatically. Then, a weighted ensemble with weighting base on most recent 4-6 weeks."
3626
ensemble_of_models: true
3727
ensemble_of_hub_models: false

0 commit comments

Comments
 (0)