|
23 | 23 |
|
24 | 24 | #' Scores from the 2025--26 FluSight backtest |
25 | 25 | #' |
26 | | -#' Score summaries comparing `incast` with selected FluSight models. They let |
27 | | -#' the FluSight vignette run without refitting models or downloading Hub data. |
| 26 | +#' Score summaries comparing `incast` with official FluSight team submissions. |
| 27 | +#' They let the vignette run without refitting models or downloading Hub data. |
28 | 28 | #' |
29 | 29 | #' `flusight_scores` contains scores pooled across locations. |
30 | 30 | #' `flusight_scores_by_location` contains scores stratified by location. |
|
40 | 40 | #' \item{wis_scaled_relative_skill}{Relative WIS scaled to the |
41 | 41 | #' `FluSight-ensemble`; values below one are better.} |
42 | 42 | #' \item{count}{Number of forecast tasks scored.} |
43 | | -#' \item{model_group}{One of `"FluSight ensemble"`, `"FluSight model"`, |
44 | | -#' or `"incast model"`.} |
| 43 | +#' \item{model_group}{One of `"FluSight ensemble"`, `"FluSight baseline"`, |
| 44 | +#' `"FluSight model"`, or `"incast model"`.} |
| 45 | +#' \item{display}{Whether the vignette's concise comparison displays the |
| 46 | +#' model. All models remain available for custom filtering.} |
45 | 47 | #' } |
46 | 48 | #' |
47 | 49 | #' @source Forecasts and target data from the |
|
63 | 65 | #' \item{wis_scaled_relative_skill}{Relative WIS scaled to the |
64 | 66 | #' `FluSight-ensemble`; values below one are better.} |
65 | 67 | #' \item{count}{Number of forecast tasks scored.} |
66 | | -#' \item{model_group}{One of `"FluSight ensemble"`, `"FluSight model"`, |
67 | | -#' or `"incast model"`.} |
| 68 | +#' \item{model_group}{One of `"FluSight ensemble"`, `"FluSight baseline"`, |
| 69 | +#' `"FluSight model"`, or `"incast model"`.} |
68 | 70 | #' \item{state}{Two-letter state abbreviation.} |
| 71 | +#' \item{display}{Whether the vignette's concise comparison displays the |
| 72 | +#' model. All models remain available for custom filtering.} |
69 | 73 | #' } |
70 | 74 | #' @source Forecasts and target data from the |
71 | 75 | #' \href{https://github.com/cdcepi/FluSight-forecast-hub/tree/v1.2.0}{ |
|
0 commit comments