GoogleApi.Language.V1.Model.XPSRegressionMetricsEntry (google_api_language v0.16.3)

View Source

A pair of actual & observed values for the model being evaluated.

Attributes

  • predictedValue (type: number(), default: nil) - The observed value for a row in the dataset.
  • trueValue (type: number(), default: nil) - The actual target value for a row in the dataset.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Language.V1.Model.XPSRegressionMetricsEntry{
  predictedValue: number() | nil,
  trueValue: number() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.