MedianStoppingPolicy Class
Defines an early termination policy based on running averages of the primary metric of all runs.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.machinelearningservices.models._models_py3.EarlyTerminationPolicyMedianStoppingPolicy
Constructor
MedianStoppingPolicy(*, delay_evaluation: int = 0, evaluation_interval: int = 0, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
delay_evaluation
|
Number of intervals by which to delay the first evaluation. |
evaluation_interval
|
Interval (number of runs) between policy evaluations. |
Variables
Name | Description |
---|---|
delay_evaluation
|
Number of intervals by which to delay the first evaluation. |
evaluation_interval
|
Interval (number of runs) between policy evaluations. |
policy_type
|
[Required] Name of policy configuration. Required. Known values are: "Bandit", "MedianStopping", and "TruncationSelection". |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python