Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudMlV1__SampledShapleyAttribution

import type { GoogleCloudMlV1__SampledShapleyAttribution } from "https://googleapis.deno.dev/v1/ml:v1.ts";

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.

interface GoogleCloudMlV1__SampledShapleyAttribution {
numPaths?: number;
}

§Properties

§
numPaths?: number
[src]

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