AutoMLEnsembleException Class

Exception for AutoML ensembling related errors.

Create an AutoMLEnsemble exception.

Inheritance
AutoMLEnsembleException

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'