File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ articles:
16
16
- backtesting
17
17
- arx-classifier
18
18
- update
19
- - guts
20
19
- title : Advanced methods
21
20
contents :
22
21
- articles/smooth-qr
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ all_flatlines <- lapply(
229
229
outcome = "death_rate",
230
230
args_list = flatline_args_list(
231
231
ahead = days_ahead,
232
- quantile_levels = c(0.05, 0.95)
232
+ quantile_levels = c(0.05, 0.5, 0. 95)
233
233
)
234
234
)
235
235
}
@@ -244,7 +244,6 @@ autoplot(
244
244
plot_data = covid_case_death_rates |> filter(geo_value %in% used_locations, time_value > "2021-07-01")
245
245
)
246
246
```
247
- _ ** the problem is only occurring in the plot, not the underlying prediction** _
248
247
249
248
Note that the ` cdc_baseline_forecaster ` is a slight modification of this method
250
249
for use in [ the CDC COVID19 Forecasting Hub] ( https://covid19forecasthub.org/ ) .
You can’t perform that action at this time.
0 commit comments