Skip to content
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

Added XGBoost past weather model. #11

Merged
merged 3 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions model-metadata/stanford-XGBNBpw.yml
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
Loading
Loading