forked from CDCgov/covid19-forecast-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMetaculus-cp.yaml
More file actions
31 lines (31 loc) · 1.82 KB
/
Copy pathMetaculus-cp.yaml
File metadata and controls
31 lines (31 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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": "ryan@metaculus.com",
},
{
"name": "Nikos Bosse",
"affiliation": "Metaculus",
"email": "nikos@metaculus.com",
},
]
website_url: "https://www.metaculus.com/questions/30049/us-covid-hospitalization-forecasts-2024-25/"
repo_url: "https://github.com/Metaculus/respiratory-diseases"
license: "CC-BY-4.0"
designated_model: true
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."
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."
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
designated_github_users: [
"nikosbosse"
]