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

OFIModelPerformance

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

The Online Fraud Insights (OFI) model performance score.

interface OFIModelPerformance {
auc?: number | null;
uncertaintyRange?: UncertaintyRange | null;
}

§Properties

§
auc?: number | null
[src]

The area under the curve (auc). This summarizes the total positive rate (tpr) and false positive rate (FPR) across all possible model score thresholds.

§
uncertaintyRange?: UncertaintyRange | null
[src]

Indicates the range of area under curve (auc) expected from the OFI model. A range greater than 0.1 indicates higher model uncertainity.