ml  v1
Properties | List of all members
Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1SampledShapleyAttribution Class Reference

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. More...

Inheritance diagram for Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1SampledShapleyAttribution:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Nullable< int > NumPaths [get, set]
 The number of feature permutations to consider when approximating the Shapley values. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

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.

Property Documentation

◆ ETag

virtual string Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1SampledShapleyAttribution.ETag
getset

The ETag of the item.

◆ NumPaths

virtual System.Nullable<int> Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1SampledShapleyAttribution.NumPaths
getset

The number of feature permutations to consider when approximating the Shapley values.


The documentation for this class was generated from the following file: