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

GoogleCloudAiplatformV1SchemaModelevaluationMetricsClassificationEvaluationMetrics

import type { GoogleCloudAiplatformV1SchemaModelevaluationMetricsClassificationEvaluationMetrics } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

Metrics for classification evaluation results.

interface GoogleCloudAiplatformV1SchemaModelevaluationMetricsClassificationEvaluationMetrics {
auPrc?: number;
auRoc?: number;
logLoss?: number;
}

§Properties

§
auPrc?: number
[src]

The Area Under Precision-Recall Curve metric. Micro-averaged for the overall evaluation.

§
auRoc?: number
[src]

The Area Under Receiver Operating Characteristic curve metric. Micro-averaged for the overall evaluation.

§

Metrics for each confidenceThreshold in 0.00,0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 and positionThreshold = INT32_MAX_VALUE. ROC and precision-recall curves, and other aggregated metrics are derived from them. The confidence metrics entries may also be supplied for additional values of positionThreshold, but from these no aggregated metrics are computed.

§

Confusion matrix of the evaluation.

§
logLoss?: number
[src]

The Log Loss metric.