View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictPredictionTftFeatureImportance (google_api_ai_platform v0.13.0)
Attributes
-
attributeColumns
(type:list(String.t)
, default:nil
) - -
attributeWeights
(type:list(number())
, default:nil
) - -
contextColumns
(type:list(String.t)
, default:nil
) - -
contextWeights
(type:list(number())
, default:nil
) - TFT feature importance values. Each pair for {context/horizon/attribute} should have the same shape since the weight corresponds to the column names. -
horizonColumns
(type:list(String.t)
, default:nil
) - -
horizonWeights
(type:list(number())
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictPredictionTftFeatureImportance{ attributeColumns: [String.t()] | nil, attributeWeights: [number()] | nil, contextColumns: [String.t()] | nil, contextWeights: [number()] | nil, horizonColumns: [String.t()] | nil, horizonWeights: [number()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.