AutoMLEnsembleException Class
Exception for AutoML ensembling related errors.
Create an AutoMLEnsemble exception.
Constructor
AutoMLEnsembleException(exception_message, error_detail=None, target=None, **kwargs)
Parameters
| Name | Description |
|---|---|
|
exception_message
Required
|
|
|
error_detail
|
Default value: None
|
|
target
|
Default value: None
|
Attributes
CONFIGURATION
CONFIGURATION = 'Configuration'
MISSING_MODELS
MISSING_MODELS = 'MissingModels'
MODEL_NOT_FIT
MODEL_NOT_FIT = 'ModelNotFit'