API Methods under "custom_loss_function" category


Methods:


POSTcreateCustomLossFunctionWithSourceCode

Registers a new custom loss function which can be used as an objective function during model training.

GETdescribeCustomLossFunction

Retrieve a full description of a previously registered custom loss function.

PATCHupdateCustomLossFunctionWithSourceCode

Updates a previously registered custom loss function with a new function implementation.

DELETEdeleteCustomLossFunction

Deletes a previously registered custom loss function.

GETlistCustomLossFunctions

Retrieves a list of registered custom loss functions and their descriptions.