public sealed class SampledShapleyAttribution : IMessage<SampledShapleyAttribution>, IEquatable<SampledShapleyAttribution>, IDeepCloneable<SampledShapleyAttribution>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class SampledShapleyAttribution.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-31 UTC."],[[["This document provides reference documentation and code samples for the `SampledShapleyAttribution` class within the Cloud AI Platform v1beta1 API."],["`SampledShapleyAttribution` is an attribution method that approximates Shapley values to determine feature contributions to a predicted label, using a sampling strategy."],["The class is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace, implemented in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly, and inherits from `object`."],["The `PathCount` property is required and sets the number of feature permutations, with a valid range between 1 and 50."]]],[]]