DP-100 · Question #257
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. Grid sampling does not support continuous hyperparameters and, while it can be used with early termination, it is unsuitable for this specific requirement.
Question
Options
- AYes
- BNo
How the community answered
(30 responses)- A20% (6)
- B80% (24)
Why each option
Grid sampling does not support continuous hyperparameters and, while it can be used with early termination, it is unsuitable for this specific requirement.
Grid sampling requires discrete values for hyperparameters and cannot be used directly with continuous hyperparameters, failing to meet one of the key requirements.
Concept tested: Hyperparameter sweep grid 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.