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

Add Metadata file for Metaculus #125

Merged
merged 3 commits into from
Dec 3, 2024
Merged
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
28 changes: 28 additions & 0 deletions model-metadata/Metaculus-cp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
schema_version: "https://raw.githubusercontent.com/HopkinsIDD/rsv-forecast-hub/main/hub-config/model-metadata-schema.json"
team_name: "Metaculus"
team_abbr: "Metaculus"
model_name: "Metaculus Community Prediction"
model_abbr: "cp"
model_version: "1.0"
model_contributors:
[
{
"name": "Ryan Beck",
"affiliation": "Metaculus",
"email": "[email protected]",
},
{
"name": "Nikos Bosse",
"affiliation": "Metaculus",
"email": "[email protected]",
},
]
website_url: "https://www.metaculus.com/questions/30048/us-rsv-hospitalization-forecasts-2024-25/"
repo_url: "https://github.com/Metaculus/respiratory-diseases"
license: "CC-BY-4.0"
team_funding: "This project is supported by the National Science Foundation under Award No. 2438211. Any opinions, findings and conclusions or recommendations expressed in this project are those of Metaculus and our forecasters, and do not necessarily reflect the views of the National Science Foundation."
methods: "A recency-weighted average of predictions made by forecasters on the Metaculus prediction platform. Missing forecasts are linearly interpolated."
data_inputs: "Users are allowed to make use of any data they choose. The recency-weighted average takes only the numeric forecasts made by forecasters on the platform into account. We only launch new questions every 2 weeks. This means that alternatingly, only the forecasts 1, 3, 5 or 0, 2, 4 will actually be available. Missing forecasts are linearly interpolated to always produce a set for horizons 1, 2, 3, 4."
methods_long: "The Metaculus Community Prediction is a consensus of recent forecaster predictions. It is designed to respond to big changes in forecaster opinion while still being fairly insensitive to outliers. For every forecaster, on ly their most recent prediction is kept. Predictions are assigned a number n, from oldest to newest (oldest is 1). Every prediction is weighted proportional to exp(sqrt(n)). Predictions are then aggregated by creating a mixture distribution of all available weighted forecasts."
ensemble_of_models: true
ensemble_of_hub_models: false
Loading