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

EvaluationMetrics

import type { EvaluationMetrics } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";

Evaluation metrics provide an estimate of the quality of your machine learning transform.

interface EvaluationMetrics {
FindMatchesMetrics?: FindMatchesMetrics | null;
TransformType: TransformType;
}

§Properties

§
FindMatchesMetrics?: FindMatchesMetrics | null
[src]

The evaluation metrics for the find matches algorithm.

§
TransformType: TransformType
[src]

The type of machine learning transform.