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'