-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from mcruzloya/main
Added XGBoost past weather model.
- Loading branch information
Showing
2 changed files
with
1,172 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,27 @@ | ||
team_name: "Mordecai Lab at Stanford University" | ||
team_abbr: "stanford" | ||
model_name: "XGBoost Negative Binomial Model (Past Weather)" | ||
model_abbr: "XGBNBpw" | ||
model_version: "1.0" | ||
model_contributors: [ | ||
{ | ||
"name": "Mauricio Cruz-Loya", | ||
"affiliation": "Stanford University", | ||
"email": "cruzloya@stanford.edu" | ||
}, | ||
{ | ||
"name": "Joshua Emilio Lazaro", | ||
"affiliation": "Stanford University", | ||
"email": "jelazaro@stanford.edu" | ||
} | ||
] | ||
website_url: "https://www.mordecailab.com/#about-marquee" | ||
license: "CC-BY-4.0" | ||
citation: "" | ||
team_funding: "" | ||
designated_model: true | ||
methods: "" | ||
data_inputs: "WNV case data, ERA5 weather data, US Census" | ||
methods_long: "Negative binomial XGBoost model using county-level summaries of past weather (including variables like temperature, precipitation and humidity, among others) obtained from ERA5 and county-level population and age-sex distributions from the US Census as covariates. Weather covariates were included as lagged variables, and for selected covariates also as seasonal and/or annual summaries." | ||
ensemble_of_models: false | ||
ensemble_of_hub_models: false |
Oops, something went wrong.