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

XPSTablesClassificationMetricsCurveMetrics

import type { XPSTablesClassificationMetricsCurveMetrics } from "https://googleapis.deno.dev/v1/language:v2.ts";

Metrics curve data point for a single value.

interface XPSTablesClassificationMetricsCurveMetrics {
aucPr?: number;
aucRoc?: number;
confidenceMetricsEntries?: XPSTablesConfidenceMetricsEntry[];
logLoss?: number;
positionThreshold?: number;
value?: string;
}

§Properties

§
aucPr?: number
[src]

The area under the precision-recall curve.

§
aucRoc?: number
[src]

The area under receiver operating characteristic curve.

§
confidenceMetricsEntries?: XPSTablesConfidenceMetricsEntry[]
[src]

Metrics that have confidence thresholds. Precision-recall curve and ROC curve can be derived from them.

§
logLoss?: number
[src]

The Log loss metric.

§
positionThreshold?: number
[src]

The position threshold value used to compute the metrics.

§
value?: string
[src]

The CATEGORY row value (for ARRAY unnested) the curve metrics are for.