get_metrics {scoringutils}R Documentation

Get metrics

Description

Generic function to to obtain default metrics available for scoring or metrics that were used for scoring.

See the documentation for the actual methods in the ⁠See Also⁠ section below for more details. Alternatively call ⁠?get_metrics.<forecast_type>⁠ or ?get_metrics.scores.

Usage

get_metrics(x, ...)

Arguments

x

A forecast or scores object.

...

Additional arguments passed to the method.

See Also

Other get_metrics functions: get_metrics.forecast_binary(), get_metrics.forecast_nominal(), get_metrics.forecast_ordinal(), get_metrics.forecast_point(), get_metrics.forecast_quantile(), get_metrics.forecast_sample(), get_metrics.scores()


[Package scoringutils version 2.1.1 Index]