Skip to content

Commit

Permalink
Update R/default-scoring-rules.R
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Abbott <[email protected]>
  • Loading branch information
nikosbosse and seabbs authored Sep 17, 2024
1 parent 0ca3b9e commit 9b93991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/default-scoring-rules.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9b93991

Please sign in to comment.