AutoMLEnsembleException Klasse
Ausnahme für Ensemblefehler im Zusammenhang mit automatisiertem ML
Erstellen Sie eine AutoMLEnsemble-Ausnahme.
- Vererbung
-
AutoMLEnsembleException
Konstruktor
AutoMLEnsembleException(exception_message, error_detail=None, target=None, **kwargs)
Parameter
Name | Beschreibung |
---|---|
exception_message
Erforderlich
|
|
error_detail
|
Standardwert: None
|
target
|
Standardwert: None
|
Attribute
CONFIGURATION
CONFIGURATION = 'Configuration'
MISSING_MODELS
MISSING_MODELS = 'MissingModels'
MODEL_NOT_FIT
MODEL_NOT_FIT = 'ModelNotFit'