View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SampledShapleyAttribution (google_api_ai_platform v0.13.0)

An attribution method that approximates Shapley values for features that contribute to the label being predicted. A sampling strategy is used to approximate the value rather than considering all subsets of features.

Attributes

  • pathCount (type: integer(), default: nil) - Required. The number of feature permutations to consider when approximating the Shapley values. Valid range of its value is [1, 50], inclusively.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SampledShapleyAttribution{
    pathCount: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.