mlr_measures_forecast.mape: Mean Absolute Percentage Error Measure

mlr_measures_forecast.mapeR Documentation

Mean Absolute Percentage Error Measure

Description

Mean Absolute Percentage Error Measure

Mean Absolute Percentage Error Measure

Dictionary

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

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

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 -> MeasureForecastMAPE

Methods

Public methods

Inherited methods

Method new()

Creates a new instance of this R6 class.

Usage
MeasureForecastMAPE$new()

Method clone()

The objects of this class are cloneable with this method.

Usage
MeasureForecastMAPE$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

See Also

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


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