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

Algorithm

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

The function used to train an MLModel. Training choices supported by Amazon ML include the following:

  • SGD - Stochastic Gradient Descent.
  • RandomForest - Random forest of decision trees.
type Algorithm = "sgd" | cmnP.UnexpectedEnumValue;