Skip to content

Commit 01eed3e

Browse files
Merge pull request #94094 from amibp/patch-1
Removing clause on Bayesian early termination
2 parents 568a15b + a3c9355 commit 01eed3e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

articles/machine-learning/how-to-tune-hyperparameters.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,6 @@ Azure Machine Learning supports the following early termination policies:
257257

258258
[Bandit policy](/python/api/azure-ai-ml/azure.ai.ml.sweep.banditpolicy) is based on slack factor/slack amount and evaluation interval. Bandit policy ends a job when the primary metric isn't within the specified slack factor/slack amount of the most successful job.
259259

260-
> [!NOTE]
261-
> Bayesian sampling does not support early termination. When using Bayesian sampling, set `early_termination_policy = None`.
262-
263260
Specify the following configuration parameters:
264261

265262
* `slack_factor` or `slack_amount`: the slack allowed with respect to the best performing training job. `slack_factor` specifies the allowable slack as a ratio. `slack_amount` specifies the allowable slack as an absolute amount, instead of a ratio.

0 commit comments

Comments
 (0)