View Source GoogleApi.BigQuery.V2.Model.GlobalExplanation (google_api_big_query v0.86.1)
Global explanations containing the top most important features after training.
Attributes
-
classLabel(type:String.t, default:nil) - Class label for this set of global explanations. Will be empty/null for binary logistic and linear regression models. Sorted alphabetically in descending order. -
explanations(type:list(GoogleApi.BigQuery.V2.Model.Explanation.t), default:nil) - A list of the top global explanations. Sorted by absolute value of attribution in descending order.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigQuery.V2.Model.GlobalExplanation{ classLabel: String.t() | nil, explanations: [GoogleApi.BigQuery.V2.Model.Explanation.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.