mlr_measures_forecast.rmse: Root Mean Squared Error Measure

mlr_measures_forecast.rmseR Documentation

Root Mean Squared Error Measure

Description

Root Mean Squared Error Measure

Root Mean Squared Error Measure

Dictionary

This Measure can be instantiated via the dictionary mlr_measures or with the associated sugar function msr():

mlr_measures$get("forecast.rmse")
msr("forecast.rmse")

Meta Information

  • Task type: “forecast”

  • Range: [0, \infty)

  • Minimize: TRUE

  • Average: macro

  • Required Prediction: “response”

  • Required Packages: mlr3, mlr3temporal

Parameters

Empty ParamSet

Super classes

mlr3::Measure -> mlr3temporal::MeasureForecast -> mlr3temporal::MeasureForecastRegr -> MeasureForecastRMSE

Methods

Public methods

Inherited methods

Method new()

Creates a new instance of this R6 class.

Usage
MeasureForecastRMSE$new()

Method clone()

The objects of this class are cloneable with this method.

Usage
MeasureForecastRMSE$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

See Also

Other Measure: MeasureForecast, mlr_measures_forecast.mae, mlr_measures_forecast.mape, mlr_measures_forecast.mse, mlr_measures_forecast.regr


mlr-org/mlr3forecasting documentation built on June 29, 2023, 11:57 p.m.