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

LogOddsMetric

import type { LogOddsMetric } from "https://aws-api.deno.dev/v0.4/services/frauddetector.ts?docs=full";

The log odds metric details.

interface LogOddsMetric {
variableImportance: number;
variableName: string;
variableType: string;
}

§Properties

§
variableImportance: number
[src]

The relative importance of the variable. For more information, see Model variable importance.

§
variableName: string
[src]

The name of the variable.

§
variableType: string
[src]

The type of variable.