mlr_measures_forecast.rmse | R Documentation |
Root Mean Squared Error Measure
Root Mean Squared Error Measure
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")
Task type: “forecast”
Range: [0, \infty)
Minimize: TRUE
Average: macro
Required Prediction: “response”
Required Packages: mlr3, mlr3temporal
Empty ParamSet
mlr3::Measure
-> mlr3temporal::MeasureForecast
-> mlr3temporal::MeasureForecastRegr
-> MeasureForecastRMSE
new()
Creates a new instance of this R6 class.
MeasureForecastRMSE$new()
clone()
The objects of this class are cloneable with this method.
MeasureForecastRMSE$clone(deep = FALSE)
deep
Whether to make a deep clone.
Chapter in the mlr3book: https://mlr3book.mlr-org.com/basics.html#train-predict
Package mlr3measures for the scoring functions.
Dictionary of Measures: mlr_measures
as.data.table(mlr_measures)
for a table of available Measures in the running session (depending on the loaded packages).
Extension packages for additional task types:
mlr3proba for probabilistic supervised regression and survival analysis.
mlr3cluster for unsupervised clustering.
Other Measure:
MeasureForecast
,
mlr_measures_forecast.mae
,
mlr_measures_forecast.mape
,
mlr_measures_forecast.mse
,
mlr_measures_forecast.regr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.