
Answer-first summary for fast verification
Answer: Uniform, Choice
According to the Microsoft documentation referenced in the community discussion, Bayesian sampling in Azure Machine Learning only supports three distribution types: choice, uniform, and quniform. The question specifically asks for two distributions that can be used for the learning_rate parameter with Bayesian sampling. Therefore, Uniform (A) and Choice (B) are the correct selections. The other options - QNormal (C), Normal (D), and LogUniform (E) - are not supported by Bayesian sampling in Azure ML, as confirmed by the community consensus with 100% agreement on AB and the upvoted comments citing official Microsoft documentation.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are using Azure Machine Learning to train a model and must use Bayesian sampling for hyperparameter tuning.
You need to select a distribution for the learning_rate parameter.
Which two distributions can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A
Uniform
B
Choice
C
QNormal
D
Normal
E
LogUniform
No comments yet.