abacusai.custom_loss_function
Module Contents
Classes
Custom loss function |
- class abacusai.custom_loss_function.CustomLossFunction(client, notebookId=None, name=None, createdAt=None, lossFunctionName=None, lossFunctionType=None, codeSource={})
Bases:
abacusai.return_class.AbstractApiClass
Custom loss function
- Parameters:
client (ApiClient) – An authenticated API Client instance
notebookId (str) – The unique identifier of the notebook used to create/edit the loss function
name (str) – Name assigned to the custom loss function
createdAt (str) – When the loss function was created
lossFunctionName (str) – The name of the function defined in the source code
lossFunctionType (str) – The category of problems that this loss would be applicable to. Ex - regression, multi-label classification, etc.
codeSource (CodeSource) – Info about the source code of the loss function
- __repr__()
Return repr(self).