AutoMLEnsembleException 类
AutoML 关联相关错误的异常。
创建 AutoMLEnsemble 异常。
构造函数
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'