File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -198,6 +198,11 @@ forecasts <- doctor_visits |>
198
198
We need truth data to compare our forecast against. We can construct it by using ` epix_as_of() ` to snapshot
199
199
the archive at the last available date[ ^ 1 ] .
200
200
201
+ _ Note:_ We always want to compare our forecasts to actual (most recently reported) values because that is the outcome we care about.
202
+ ` as_of ` data is useful for understanding why we're getting the forecasts we're getting, but ` as_of ` values are not the real outcome
203
+ Therefore, it's not meaningful to use them for evaluating the performance of a forecast.
204
+ Unfortunately, it's not uncommon for revisions to cause poor (final) performance of a forecaster that was decent at the time of the forecast.
205
+
201
206
``` {r compare_single_with_result}
202
207
forecasts |>
203
208
inner_join(
You can’t perform that action at this time.
0 commit comments