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

update example simple forecast hub #10

Merged
merged 1 commit into from
Jun 8, 2023
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata


attic/*

*.DS_Store
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"schema_version": "https://raw.githubusercontent.com/Infectious-Disease-Modeling-Hubs/schemas/main/v1.0.0/admin-schema.json",
"name": "Simple Forecast Hub",
"maintainer": "Consortium of Infectious Disease Modeling Hubs",
"contact": {
Expand All @@ -11,5 +12,6 @@
"model_abbr": "baseline",
"model_type": "baseline"
}],
"timezone": ["UTC-5"]
}
"file_format": ["csv"],
"timezone": "US/Eastern"
}
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"schema_version": "https://github.com/Infectious-Disease-Modeling-Hubs/schemas/blob/version-schema/v0.0.0.9/tasks-schema.json",
"schema_version": "https://raw.githubusercontent.com/Infectious-Disease-Modeling-Hubs/schemas/main/v1.0.0/tasks-schema.json",
"rounds": [{
"round_id_from_variable": true,
"round_id": "origin_date",
"model_tasks": [{
"task_ids": {
"origin_date": {
"required": null,
"optional": ["2022-10-01", "2022-10-08", "2022-10-15", "2022-10-15", "2022-10-22", "2022-10-29"]
"optional": ["2023-06-05", "2023-06-06", "2023-06-07", "2023-06-08", "2023-06-09", "2023-06-10"]
},
"target": {
"required": "wk inc flu hosp",
"required": ["inc flu hosp"],
"optional": null
},
"horizon": {
"required": [1],
"optional": [2, 3, 4]
"required": null,
"optional": [-3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7]
},
"location": {
"required": null,
Expand Down Expand Up @@ -124,18 +124,32 @@
},
"target_metadata": [
{
"target_id": "wk inc flu hosp",
"target_name": "weekly incident influenza hospitalizations",
"target_id": "inc flu hosp",
"target_name": "daily incident influenza hospitalizations",
"target_units": "count",
"target_keys": {
"target": ["wk inc flu hosp"]
"target": ["inc flu hosp"]
},
"description": "This target represents a count of the number of new hospitalizations per week in a given location.",
"description": "This target represents a count of the number of new hospitalizations per day in a given location.",
"is_step_ahead": true,
"time_unit": "week"
"time_unit": "day"
}
]
}
},
"target_metadata": [
{
"target_id": "inc flu hosp",
"target_name": "Incident influenza hospitalizations",
"target_units": "count",
"target_keys": {
"target": "inc flu hosp"
},
"description": "Weekly newly reported hospitalizations where the patient has influenza, as reported by hospital facilities and aggregated in the HHS Protect data collection system.",
"target_type": "discrete",
"is_step_ahead": true,
"time_unit": "week"
}
]
}],
"submissions_due": {
"relative_to": "origin_date",
Expand All @@ -145,4 +159,4 @@
}

]
}
}

This file was deleted.

Loading