AutoMLEnsembleException Clase
Excepción para errores relacionados con la generación de AutoML.
Cree una excepción AutoMLEnsemble.
- Herencia
-
AutoMLEnsembleException
Constructor
AutoMLEnsembleException(exception_message, error_detail=None, target=None, **kwargs)
Parámetros
Nombre | Description |
---|---|
exception_message
Requerido
|
|
error_detail
|
Valor predeterminado: None
|
target
|
Valor predeterminado: None
|
Atributos
CONFIGURATION
CONFIGURATION = 'Configuration'
MISSING_MODELS
MISSING_MODELS = 'MissingModels'
MODEL_NOT_FIT
MODEL_NOT_FIT = 'ModelNotFit'