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

BestObjectiveNotImproving

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

A structure that keeps track of which training jobs launched by your hyperparameter tuning job are not improving model performance as evaluated against an objective function.

interface BestObjectiveNotImproving {
MaxNumberOfTrainingJobsNotImproving?: number | null;
}

§Properties

§
MaxNumberOfTrainingJobsNotImproving?: number | null
[src]

The number of training jobs that have failed to improve model performance by 1% or greater over prior training jobs as evaluated against an objective function.