Skip to content

Commit 0969d8f

Browse files
committed
reweighting no data
1 parent e15c3af commit 0969d8f

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

scripts/covid_geo_exclusions.csv

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ forecast_date,forecaster,geo_value,weight
1313
2024-10-01, climate_quantile_extrapolated, all, 0
1414
2024-10-01, climate_linear, hi, 0.0001
1515
##################
16+
# Oct 8: no data, default to climate linear
17+
##################
18+
2025-10-08, all, mp, 0
19+
2025-10-08, windowed_seasonal, all, 0.001
20+
2025-10-08, windowed_seasonal_extra_sources, all, 0.1
21+
2025-10-08, climate_linear, all, 2
22+
2025-10-08, linear, all, 3
23+
2025-10-08, linearlog, all, 0
24+
2025-10-08, climate_base, all, 2
25+
2025-10-08, climate_geo_agged, all, 0
26+
2025-10-08, climate_quantile_extrapolated, all, 0
27+
2025-10-08, climate_linear, hi, 0.0001
28+
##################
1629
# Sept 17
1730
##################
1831
2025-09-17, all, mp, 0

scripts/covid_nssp_geo_exclusions.csv

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ forecast_date,forecaster,geo_value,weight
1212
2024-10-01, climate_geo_agged, all, 0
1313
2024-10-01, climate_quantile_extrapolated, all, 0
1414
##################
15+
# Oct 8: no data, massively weight climate linear
16+
##################
17+
2025-10-08, all, mp, 0
18+
2025-10-08, windowed_seasonal, all, 1
19+
2025-10-08, windowed_seasonal_extra_sources, all, 1
20+
2025-10-08, climate_linear, all, 4
21+
2025-10-08, linear_no_population_scale, all, 3
22+
2025-10-08, linearlog, all, 0
23+
2025-10-08, climate_base, all, 2
24+
2025-10-08, climate_geo_agged, all, 0
25+
2025-10-08, climate_quantile_extrapolated, all, 0
26+
##################
1527
# Sept 10th
1628
##################
1729
2025-09-10, all, mp, 0

0 commit comments

Comments
 (0)