DP-100 · Question #256
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might h
The correct answer is B. No. Bayesian sampling works well with continuous hyperparameters but does not support early termination of runs in Azure Machine Learning sweep jobs.
Question
Options
- AYes
- BNo
How the community answered
(34 responses)- A24% (8)
- B76% (26)
Why each option
Bayesian sampling works well with continuous hyperparameters but does not support early termination of runs in Azure Machine Learning sweep jobs.
Bayesian sampling does not support early termination policies in Azure Machine Learning sweep jobs, although it is effective for continuous hyperparameters. The requirement explicitly asks for both continuous hyperparameters and early termination.
Concept tested: Hyperparameter sweep Bayesian sampling limitations
Source: https://learn.microsoft.com/en-us/azure/machine-learning/how-to-tune-hyperparameters?view=azureml-api-2#choose-a-sampling-method
Topics
Community Discussion
No community discussion yet for this question.