VotingEnsemble 類別

定義從先前的 AutoML 反復專案建立的一個可實作虛投票的內建專案。

您不會直接使用 VotingEnsemble 類別。 相反地,請指定搭配 AutoMLConfig 物件使用 VotingEnsemble。

從已配接的管線集合中建立 Ensemble 管線。

繼承
VotingEnsemble

建構函式

VotingEnsemble(automl_settings: str | Dict[str, Any] | AzureAutoMLSettings, ensemble_run_id: str, experiment_name: str, workspace_name: str, subscription_id: str, resource_group_name: str)

參數

automl_settings
Union[str, dict, <xref:AzureAutoMLSettings>]
必要

此目前實驗的設定。

ensemble_run_id
str
必要

目前可執行之集合的識別碼。

experiment_name
str
必要

目前 Azure 自動化 ML 實驗的名稱。

workspace_name
str
必要

執行實驗的目前 Azure Machine Learning 工作區名稱。

subscription_id
str
必要

執行實驗之目前 Azure Machine Learning 訂用帳戶的識別碼。

resource_group_name
str
必要

目前 Azure 資源群組的名稱。