You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ForecastService::Types::ErrorMetric

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Provides detailed error metrics to evaluate the performance of a predictor. This object is part of the Metrics object.

Instance Attribute Summary collapse

Instance Attribute Details

#forecast_typeString

Forecast types can be quantiles from 0.01 to 0.99 (by increments of 0.01), and the mean.

Returns:

  • (String)

    Forecast types can be quantiles from 0.01 to 0.99 (by increments of 0.01), and the mean.

#rmseFloat

The root-mean-square error (RMSE).

Returns:

  • (Float)

    The root-mean-square error (RMSE).

#wapeFloat

The weighted absolute percentage error (WAPE).

Returns:

  • (Float)

    The weighted absolute percentage error (WAPE).