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

Class: Aws::ForecastService::Types::Metrics

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

Overview

Provides metrics that are used to evaluate the performance of a predictor. This object is part of the WindowSummary object.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#error_metricsArray<Types::ErrorMetric>

Provides detailed error metrics on forecast type, root-mean square-error (RMSE), and weighted average percentage error (WAPE).

Returns:

  • (Array<Types::ErrorMetric>)

    Provides detailed error metrics on forecast type, root-mean square-error (RMSE), and weighted average percentage error (WAPE).

#rmseFloat

The root-mean-square error (RMSE).

Returns:

  • (Float)

    The root-mean-square error (RMSE).

#weighted_quantile_lossesArray<Types::WeightedQuantileLoss>

An array of weighted quantile losses. Quantiles divide a probability distribution into regions of equal probability. The distribution in this case is the loss function.

Returns: