ChrisHarig commited on
Commit
ef307bd
·
verified ·
1 Parent(s): 92302d0

Initial ingest — flusight-forecast-hub — card update

Browse files
Files changed (1) hide show
  1. README.md +135 -0
README.md ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: FluSight Forecast Hub — flu hospital admission target
3
+ license: cc0-1.0
4
+ size_categories:
5
+ - 1K<n<10K
6
+ tags:
7
+ - cadence-weekly
8
+ - geo-us
9
+ - surveillance-respiratory
10
+ - pathogen-influenza
11
+ - tier-1
12
+ - availability-open
13
+ schema_version: '0.1'
14
+ source_id: flusight-forecast-hub
15
+ source_url: https://github.com/cdcepi/FluSight-forecast-hub
16
+ manifest_section: §4.1
17
+ surveillance_category: respiratory
18
+ pathogens:
19
+ - influenza
20
+ availability: open
21
+ availability_notes: null
22
+ access_type: github
23
+ tier: 1
24
+ cadence: weekly
25
+ geography_levels:
26
+ - national
27
+ - subnational-state
28
+ geography_countries:
29
+ - US
30
+ gold_standard_for: []
31
+ vintaged_version_of: null
32
+ succeeds: null
33
+ derived_from:
34
+ - nhsn-hrd
35
+ value_columns:
36
+ - name: value
37
+ unit: admissions/week
38
+ value_type: incident
39
+ description: Confirmed flu hospital admissions for the epiweek (FluSight scoring target)
40
+ aggregation: sum
41
+ - name: weekly_rate
42
+ unit: admissions/week per 100k
43
+ value_type: rate
44
+ description: Weekly admission rate per 100k population
45
+ aggregation: rate
46
+ notes:
47
+ extra_columns:
48
+ - column: location_name
49
+ description: State name as published by the hub. `location_id` is FIPS for states / `US` for national.
50
+ interpretation_caveats:
51
+ - column: value
52
+ caveat: 'This is the *target truth* file the hub uses for scoring. It is derived from NHSN HRD
53
+
54
+ (`derived_from`) and may lag NHSN by one cycle while the hub freezes the truth value.
55
+
56
+ For the live admissions series use `nhsn-hrd.totalconfflunewadm` directly.
57
+
58
+ '
59
+ general: 'This source represents only the **truth** half of the hub. Model forecasts live in
60
+
61
+ `model-output/` in the same repo and will become a separate `flusight-forecast-hub-models`
62
+
63
+ dataset (forecasts are a different shape — one row per (team, model, reference_date,
64
+
65
+ target, horizon, location, output_type, value) — and need a separate schema treatment).
66
+
67
+ '
68
+ extra:
69
+ hub_format_note: Hubverse — see https://hubverse.io/
70
+ forecast_models_separate: true
71
+ computed:
72
+ last_ingested: '2026-04-26T12:48:54Z'
73
+ row_count: 11660
74
+ time_coverage:
75
+ - start: '2022-02-05'
76
+ end: '2026-04-18'
77
+ geography_unit_count: 53
78
+ observed_cadence_days: 7
79
+ missing_gaps: []
80
+ data_hash: 1364dce3a6023406
81
+ ---
82
+
83
+ # FluSight Forecast Hub — flu hospital admission target
84
+
85
+ This source represents only the **truth** half of the hub. Model forecasts live in
86
+ `model-output/` in the same repo and will become a separate `flusight-forecast-hub-models`
87
+ dataset (forecasts are a different shape — one row per (team, model, reference_date,
88
+ target, horizon, location, output_type, value) — and need a separate schema treatment).
89
+
90
+ **Source:** <https://github.com/cdcepi/FluSight-forecast-hub>
91
+
92
+ ## Coverage
93
+
94
+ - **Time:** 2022-02-05 → 2026-04-18
95
+ - **Cadence:** `weekly` (observed median spacing: 7 days)
96
+ - **Geography levels:** `national`, `subnational-state` — 53 unique location IDs
97
+ - **Countries:** US
98
+ - **Pathogens:** `influenza`
99
+ - **Surveillance category:** `respiratory`
100
+ - **Rows:** 11,660
101
+
102
+ ## Columns
103
+
104
+ | Column | Unit | value_type | Aggregation | Description |
105
+ |--------|------|------------|-------------|-------------|
106
+ | `value` | admissions/week | `incident` | `sum` | Confirmed flu hospital admissions for the epiweek (FluSight scoring target) |
107
+ | `weekly_rate` | admissions/week per 100k | `rate` | `rate` | Weekly admission rate per 100k population |
108
+
109
+ ### Additional data columns
110
+
111
+ - **`location_name`** — State name as published by the hub. `location_id` is FIPS for states / `US` for national.
112
+
113
+ ## Interpretation caveats
114
+
115
+ Things that may differ from how other sources define a similar measure. If you're combining this dataset with another, read these first.
116
+
117
+ - **`value`** — This is the *target truth* file the hub uses for scoring. It is derived from NHSN HRD
118
+ (`derived_from`) and may lag NHSN by one cycle while the hub freezes the truth value.
119
+ For the live admissions series use `nhsn-hrd.totalconfflunewadm` directly.
120
+
121
+
122
+ ## Related datasets in EPI-Eval
123
+
124
+ - **Derived from:** `nhsn-hrd`
125
+
126
+ ## Access
127
+
128
+ - **Availability:** `open`
129
+ - **Access type:** `github`
130
+ - **License:** cc0-1.0
131
+ - **Tier:** 1
132
+
133
+ ---
134
+
135
+ *Schema version `0.1` · Last ingested 2026-04-26T12:48:54Z · `source_id: flusight-forecast-hub` · Manifest section §4.1*