GoogleCloudMlV1__SampledShapleyAttributionArgs

data class GoogleCloudMlV1__SampledShapleyAttributionArgs(val numPaths: Output<Int>? = null) : ConvertibleToJava<GoogleCloudMlV1__SampledShapleyAttributionArgs>

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.

Constructors

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudMlV1__SampledShapleyAttributionArgs

Properties

Link copied to clipboard
val numPaths: Output<Int>? = null

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