Skip to content

Commit

Permalink
Merge pull request #11 from mcruzloya/main
Browse files Browse the repository at this point in the history
Added XGBoost past weather model.
  • Loading branch information
Chipdelmal authored May 15, 2024
2 parents 78114e1 + fd29bbe commit 0ed59f5
Show file tree
Hide file tree
Showing 2 changed files with 1,172 additions and 0 deletions.
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

0 comments on commit 0ed59f5

Please sign in to comment.