API Methods under "algorithm" category


Methods:


POSTcreateAlgorithm

Creates a custom algorithm that is re-usable for model training.

DELETEdeleteAlgorithm

Deletes the specified customer algorithm.

GETdescribeAlgorithm

Retrieves a full description of the specified algorithm.

PATCHupdateAlgorithm

Update a custom algorithm for the given algorithm name. If source code is provided, all function names for the source code must also be provided.

GETlistAlgorithms

List all custom algorithms, with optional filtering on Problem Type and Project ID

POSTlistBuiltinAlgorithms

Return list of built-in algorithms based on given input data and training config.