From 9b9399119a404216fab8c318d63262be1bb0bc47 Mon Sep 17 00:00:00 2001 From: Nikos Bosse <37978797+nikosbosse@users.noreply.github.com> Date: Tue, 17 Sep 2024 18:22:45 +0200 Subject: [PATCH] Update R/default-scoring-rules.R Co-authored-by: Sam Abbott --- R/default-scoring-rules.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/default-scoring-rules.R b/R/default-scoring-rules.R index e51204cb..fd31bc86 100644 --- a/R/default-scoring-rules.R +++ b/R/default-scoring-rules.R @@ -133,7 +133,7 @@ get_metrics.forecast_nominal <- function(x, select = NULL, exclude = NULL, ...) #' the forecaster actually reported the mean of their predictive distribution #' as a point forecast. If the forecaster reported the median, then the mean #' absolute error would be the appropriate scoring rule. If the scoring rule -#' and the predictive task do not align, misleading results ensue. +#' and the predictive task do not align, the results will be misleading. #' #' Failure to respect this correspondence can lead to grossly misleading #' results! Consider the example in the section below.