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
Copy file name to clipboardExpand all lines: model-metadata/MIGHTE-Nsemble.yml
+3-13Lines changed: 3 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -2,23 +2,13 @@ team_name: "MIGHTE"
2
2
team_abbr: "MIGHTE"
3
3
model_name: "Time series ensemble"
4
4
model_abbr: "Nsemble"
5
-
model_version: "1.0"
5
+
model_version: "2.0"
6
6
model_contributors: [
7
7
{
8
8
"name": "Austin Meyer",
9
9
"affiliation": "Northeastern University",
10
10
"email": "austin.g.meyer@gmail.com"
11
11
},
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
-
},
22
12
{
23
13
"name": "Mauricio Santillana",
24
14
"affiliation": "Northeastern University",
@@ -30,8 +20,8 @@ license: "CC-BY-4.0"
30
20
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."
31
21
team_funding: ""
32
22
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"
34
24
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."
0 commit comments