get_metrics.forecast_nominal {scoringutils} | R Documentation |
Get default metrics for nominal forecasts
Description
For nominal forecasts, the default scoring rule is:
"log_score" =
logs_nominal()
Usage
## S3 method for class 'forecast_nominal'
get_metrics(x, select = NULL, exclude = NULL, ...)
Arguments
x |
A forecast object (a validated data.table with predicted and
observed values, see |
select |
A character vector of scoring rules to select from the list. If
|
exclude |
A character vector of scoring rules to exclude from the list.
If |
... |
unused |
See Also
Other get_metrics functions:
get_metrics()
,
get_metrics.forecast_binary()
,
get_metrics.forecast_point()
,
get_metrics.forecast_quantile()
,
get_metrics.forecast_sample()
,
get_metrics.scores()
Examples
get_metrics(example_nominal)
[Package scoringutils version 2.0.0 Index]