TruncationSelectionPolicy クラス
指定された割合の実行を評価間隔ごとに取り消す早期終了ポリシーを定義します。
Azure に送信するには、必要なすべてのパラメーターを設定する必要があります。
- 継承
-
azure.mgmt.machinelearningservices.models._models_py3.EarlyTerminationPolicyTruncationSelectionPolicy
コンストラクター
TruncationSelectionPolicy(*, delay_evaluation: int = 0, evaluation_interval: int = 0, truncation_percentage: int = 0, **kwargs: Any)
Keyword-Only Parameters
- delay_evaluation
- int
最初の評価を遅らせる間隔の数。
- evaluation_interval
- int
ポリシー評価間の間隔 (実行数)。
- truncation_percentage
- int
各評価期間に取り消される実行の割合。
変数
- delay_evaluation
- int
最初の評価を遅らせる間隔の数。
- evaluation_interval
- int
ポリシー評価間の間隔 (実行数)。
- policy_type
- str または EarlyTerminationPolicyType
[必須]ポリシー構成の名前。 必須。 既知の値は、"Bandit"、"MedianStopping"、および "TruncationSelection" です。
- truncation_percentage
- int
各評価期間に取り消される実行の割合。
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python