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

EvaluationResult

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

The evaluation results for the training of a model.

interface EvaluationResult {
F1Score?: number | null;
Summary?: Summary | null;
}

§Properties

§
F1Score?: number | null
[src]

The F1 score for the evaluation of all labels. The F1 score metric evaluates the overall precision and recall performance of the model as a single value. A higher value indicates better precision and recall performance. A lower score indicates that precision, recall, or both are performing poorly.

§
Summary?: Summary | null
[src]

The S3 bucket that contains the training summary.