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

TunedHPOParams

import type { TunedHPOParams } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";

If hyperparameter optimization (HPO) was performed, contains the hyperparameter values of the best performing model.

interface TunedHPOParams {
algorithmHyperParameters?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
algorithmHyperParameters?: {
[key: string]: string | null | undefined;
}
| null
[src]

A list of the hyperparameter values of the best performing model.