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

GoogleCloudAiplatformV1SchemaModelevaluationMetricsForecastingEvaluationMetricsQuantileMetricsEntry

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

Entry for the Quantiles loss type optimization objective.

interface GoogleCloudAiplatformV1SchemaModelevaluationMetricsForecastingEvaluationMetricsQuantileMetricsEntry {
observedQuantile?: number;
quantile?: number;
scaledPinballLoss?: number;
}

§Properties

§
observedQuantile?: number
[src]

This is a custom metric that calculates the percentage of true values that were less than the predicted value for that quantile. Only populated when optimization_objective is minimize-quantile-loss and each entry corresponds to an entry in quantiles The percent value can be used to compare with the quantile value, which is the target value.

§
quantile?: number
[src]

The quantile for this entry.

§
scaledPinballLoss?: number
[src]

The scaled pinball loss of this quantile.