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

GoogleCloudAiplatformV1SchemaPredictPredictionTftFeatureImportance

import type { GoogleCloudAiplatformV1SchemaPredictPredictionTftFeatureImportance } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
interface GoogleCloudAiplatformV1SchemaPredictPredictionTftFeatureImportance {
attributeColumns?: string[];
attributeWeights?: number[];
contextColumns?: string[];
contextWeights?: number[];
horizonColumns?: string[];
horizonWeights?: number[];
}

§Properties

§
attributeColumns?: string[]
[src]
§
attributeWeights?: number[]
[src]
§
contextColumns?: string[]
[src]
§
contextWeights?: number[]
[src]

TFT feature importance values. Each pair for {context/horizon/attribute} should have the same shape since the weight corresponds to the column names.

§
horizonColumns?: string[]
[src]
§
horizonWeights?: number[]
[src]