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

OFITrainingMetricsValue

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

The Online Fraud Insights (OFI) model training metric details.

interface OFITrainingMetricsValue {
metricDataPoints?: OFIMetricDataPoint[] | null;
modelPerformance?: OFIModelPerformance | null;
}

§Properties

§
metricDataPoints?: OFIMetricDataPoint[] | null
[src]

The model's performance metrics data points.

§
modelPerformance?: OFIModelPerformance | null
[src]

The model's overall performance score.