AutoMLEnsembleException 类

AutoML 融合相关错误的异常。

继承
AutoMLEnsembleException

构造函数

AutoMLEnsembleException(exception_message, error_detail=None, target=None, **kwargs)

参数

exception_message
error_detail
默认值: None
target
默认值: None

属性

CONFIGURATION

CONFIGURATION = 'Configuration'

MISSING_MODELS

MISSING_MODELS = 'MissingModels'

MODEL_NOT_FIT

MODEL_NOT_FIT = 'ModelNotFit'