View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaModelevaluationMetricsForecastingEvaluationMetrics (google_api_ai_platform v0.13.0)
Metrics for forecasting evaluation results.
Attributes
-
meanAbsoluteError
(type:number()
, default:nil
) - Mean Absolute Error (MAE). -
meanAbsolutePercentageError
(type:number()
, default:nil
) - Mean absolute percentage error. Infinity when there are zeros in the ground truth. -
quantileMetrics
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaModelevaluationMetricsForecastingEvaluationMetricsQuantileMetricsEntry.t)
, default:nil
) - The quantile metrics entries for each quantile. -
rSquared
(type:number()
, default:nil
) - Coefficient of determination as Pearson correlation coefficient. Undefined when ground truth or predictions are constant or near constant. -
rootMeanSquaredError
(type:number()
, default:nil
) - Root Mean Squared Error (RMSE). -
rootMeanSquaredLogError
(type:number()
, default:nil
) - Root mean squared log error. Undefined when there are negative ground truth values or predictions. -
rootMeanSquaredPercentageError
(type:number()
, default:nil
) - Root Mean Square Percentage Error. Square root of MSPE. Undefined/imaginary when MSPE is negative. -
weightedAbsolutePercentageError
(type:number()
, default:nil
) - Weighted Absolute Percentage Error. Does not use weights, this is just what the metric is called. Undefined if actual values sum to zero. Will be very large if actual values sum to a very small number.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaModelevaluationMetricsForecastingEvaluationMetrics{ meanAbsoluteError: number() | nil, meanAbsolutePercentageError: number() | nil, quantileMetrics: [ GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaModelevaluationMetricsForecastingEvaluationMetricsQuantileMetricsEntry.t() ] | nil, rSquared: number() | nil, rootMeanSquaredError: number() | nil, rootMeanSquaredLogError: number() | nil, rootMeanSquaredPercentageError: number() | nil, weightedAbsolutePercentageError: number() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.