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

ModelVersionEvaluation

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

The model version evalutions.

interface ModelVersionEvaluation {
evaluationScore?: string | null;
outputVariableName?: string | null;
predictionExplanations?: PredictionExplanations | null;
}

§Properties

§
evaluationScore?: string | null
[src]

The evaluation score generated for the model version.

§
outputVariableName?: string | null
[src]

The output variable name.

§
predictionExplanations?: PredictionExplanations | null
[src]

The prediction explanations generated for the model version.