-
Notifications
You must be signed in to change notification settings - Fork 95
updated metafile #1120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
updated metafile #1120
Changes from 2 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
8c7b332
Updated CU-Ensemble metadata file
ramiyaari 98acc2d
Updated metafile again
ramiyaari eb3d49c
Apply suggestions from code review
smathis14 aaca283
Apply suggestions from code review
smathis14 7c07945
Fixed issues with metadata file formatting
ramiyaari 4db125f
Merge branch 'main' of https://github.com/ramiyaari/FluSight-forecast…
ramiyaari e10a0ae
Update CU-ensemble.yml
ramiyaari 59ae653
Update model-metadata/CU-ensemble.yml
ramiyaari 1ceace3
Update model-metadata/CU-ensemble.yml
ramiyaari 46baae0
Update model-metadata/CU-ensemble.yml
ramiyaari 0b702e4
Update CU-ensemble.yml
ramiyaari 60b6df6
Merge branch 'main' of https://github.com/ramiyaari/FluSight-forecast…
ramiyaari 627d90b
Update CU-ensemble.yml
ramiyaari File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -1,35 +1,40 @@ | ||
| team_name: "Columbia University" | ||
| team_abbr: "CU" | ||
| model_name: "Ensemble" | ||
| model_abbr: "ensemble" | ||
| team_name: Columbia University | ||
| team_abbr: CU | ||
| model_name: Columbia University Ensemble | ||
| model_abbr: CU-ensemble | ||
| model_contributors: [ | ||
| { | ||
| "name": "Rami Yaari", | ||
| "affiliation": "Columbia University", | ||
| "email": "[email protected]" | ||
| "email": "[email protected]", | ||
| "orcid": "0000-0002-8808-8937" | ||
| }, | ||
| { | ||
| "name": "Teresa Yamana", | ||
| "affiliation": "Columbia University", | ||
| "email": "[email protected]" | ||
| "email": "[email protected]", | ||
| "orcid": "0000-0001-8349-3151" | ||
| }, | ||
| { | ||
| "name": "Sen Pei", | ||
| "affiliation": "Columbia University", | ||
| "email": "[email protected]" | ||
| "email": "[email protected]", | ||
| "orcid": "0000-0002-7072-2995" | ||
| }, | ||
| { | ||
| "name": "Jeffrey Shaman", | ||
| "affiliation": "Columbia University", | ||
| "email": "[email protected]" | ||
| "email": "[email protected]", | ||
| "orcid": "0000-0002-7216-7809" | ||
| } | ||
| ] | ||
| website_url: "https://blogs.cuit.columbia.edu/jls106/" | ||
| license: "CC-BY-4.0" | ||
| team_funding: "US NIH grant AI163023 and CDC 75D30122C14289" | ||
| designated_model: true | ||
| data_inputs: "State and national-level daily confirmed influenza hospital admissions, queried using covidcast R package. State and national-level ILINet surveillance data, queried using cdcfluview R package." | ||
| methods: "An inverse-WIS weighted ensemble of several component models - an SEIRS compartmental model with EAKF, an ARIMA model, a random walk with drift, and the N-HiTS and N-BEATS deep-learning models." | ||
| methods_long: "The dynamical model simulates influenza transmission in each state and the US using a humidity-driven SEIRS dynamics. Model variables and parameters are sequentially updated each week using the ensemble adjustment Kalman filter and new observations. Forecasts are generated by integrating the optimized model into the future. Autoregressive Integrated Moving Average model and baseline models use implementations available in the fable R package (ARIMA and RW, respectively). We employ multivariate versions of N-HiTS and N-BEATS models as implemented in the darts python package, trained on modified state-level ILI data and hospitalization data. To build ensemble, the quantile distributions of the component models are weighted by the sum of inverse-WIS scores, over last 4 weeks. The 4-week window is target and location-specific and are recomputed at each forecast week." | ||
| website_url: https://blogs.cuit.columbia.edu/jls106/ | ||
| repo_url: https://github.com/ramiyaari/Flusight-CU-Ensemble | ||
| license: cc-by-4.0 | ||
| team_model_designation: primary | ||
smathis14 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| ensemble_of_models: true | ||
| ensemble_of_hub_models: false | ||
| data_inputs: 1) State specific weekly total number of hospitalized patients taken from the US Department of Health and Human Services, COVID-19 Reported Patient Impact and Hospital Capacity by State Timeseries (target data), 2) State specific weekly weighted influenza-like illness values downloaded from the CDC website, 3) State specific weekly percentage of positive influenza lab tests downloaded from the CDC FluView website, and 4) State specific weekly average absolute humidity values | ||
| methods: An inverse-WIS weighted ensemble of 4 component models - an SEIRS compartmental model with EAKF, an Exponetial-Smoothing model, a Gradient-Boosting model and a Temporal-Fusion-Transformer model. | ||
| methods_long: The dynamical model simulates influenza transmission in each state and the US using a humidity-driven SEIRS dynamics. Model variables and parameters are sequentially updated each week using the ensemble adjustment Kalman filter and new observations. Forecasts are generated by integrating the optimized model into the future. Beside the dynamical model, we use three statistical models implemented within the python library darts: 1) Holt Winter’s Exponential Smoothing (ES), a classical statistical model that decomposes a time series to a baseline, trend and seasonal components, 2) Light Gradient Boosting Machine (LightGBM), a ML ensemble decision tree method designed for classification and regression tasks that has been effectively adapted for time series forecasting, and 3) Temporal Fusion Transformer (TFT) - a transformer-based neural-network architecture tailored for time series forecasting. Past years ILI data is transformed to resemble hospitalization data and is used to train the models. Labratory data is used as covariate with model fitting and predicitons. To build the ensemble, the quantile distributions of the component models are weighted by the sum of inverse-WIS scores, over last 4 weeks. The 4-week window is target-specific and only includes weeks for which WIS scores could be evaluated (i.e. weights for 4-wk target are calculated with a window further back in time than for 1-wk target). Weights are location-specific and recomputed at each forecast week. Peak week distribution and incidence is currently being forecasted using historical stats gathered from the combination of transformed ILI data and hospitalization data. Peak week distribution is smoothed using non-parameteric kernel density estimation (KDE). In the near future, we intend to enhance these forecasts using the SEIRS model forecasts and forecasts of statistical models trained on these peak week targets. | ||
| team_funding: US NIH grant GM110748 | ||
smathis14 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.