VotingEnsembleBase 类

用于整合以前的 AutoML 迭代的类。

系综管道会从已拟合的管道的集合进行初始化。

继承
VotingEnsembleBase
VotingEnsembleBase

构造函数

VotingEnsembleBase(automl_settings: Union[str, Dict[str, Any], azureml.automl.core.automl_base_settings.AutoMLBaseSettings], settings_type: Type[SettingsType])

参数

automl_settings
settings_type

属性

CV_DOWNLOAD_RETURNED_LESS_MODELS_MSG

CV_DOWNLOAD_RETURNED_LESS_MODELS_MSG = "Could not download all the models required for constructing the         final Ensemble. This can happen if the download of models didn't finish within the default timeout.         Please use `ensemble_download_models_timeout_sec` parameter in AutoMLConfig to set a larger timeout"