GoogleApi.BigQuery.V2.Model.GlobalExplanation (google_api_big_query v0.63.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.BigQuery.V2.Model.GlobalExplanation{
classLabel: String.t() | nil,
explanations: [GoogleApi.BigQuery.V2.Model.Explanation.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.