New Year Sale 2026! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft DP-100 Exam - Topic 8 Question 36 Discussion

Actual exam question for Microsoft's DP-100 exam
Question #: 36
Topic #: 8
[All DP-100 Questions]

You are training machine learning models in Azure Machine Learning. You use Hyperdrive to tune the hyperparameters. In previous model training and tuning runs, many models showed similar performance. You need to select an early termination policy that meets the following requirements:

* accounts for the performance of all previous runs when evaluating the current run

* avoids comparing the current run with only the best performing run to date

Which two early termination policies should you use? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer: B, C

The Median Stopping policy computes running averages across all runs and cancels runs whose best performance is worse than the median of the running averages.

If no policy is specified, the hyperparameter tuning service will let all training runs execute to completion.


https://docs.microsoft.com/en-us/python/api/azureml-train-core/azureml.train.hyperdrive.medianstoppingpolicy

https://docs.microsoft.com/en-us/python/api/azureml-train-core/azureml.train.hyperdrive.truncationselectionpolicy

https://docs.microsoft.com/en-us/python/api/azureml-train-core/azureml.train.hyperdrive.banditpolicy

Contribute your Thoughts:

0/2000 characters
Lou
4 months ago
Median stopping is definitely a solid pick, but I’m not sure about the other one.
upvoted 0 times
...
Halina
4 months ago
I’m leaning towards Bandit and Default. Seems safer.
upvoted 0 times
...
Buck
5 months ago
Wait, why not Truncation selection? Isn’t that a good option too?
upvoted 0 times
...
Iesha
5 months ago
Totally agree, those two take previous runs into account!
upvoted 0 times
...
Ronna
5 months ago
I think Bandit and Median stopping are the best choices here.
upvoted 0 times
...
Pilar
5 months ago
I'm a bit confused about the Default policy; I don't recall it being as effective for this type of evaluation.
upvoted 0 times
...
Cordelia
5 months ago
I think the Median stopping policy might be a good choice since it evaluates against the median of all runs, not just the best one.
upvoted 0 times
...
Chaya
5 months ago
I remember studying the Bandit policy; it seemed to consider multiple runs, but I'm not entirely sure if it fits this scenario.
upvoted 0 times
...
Gearldine
5 months ago
I feel like I practiced a question similar to this, and I think Truncation selection was mentioned as a viable option too.
upvoted 0 times
...
Carin
5 months ago
This looks like a straightforward multiple-choice question about the page designer. I'll carefully read through each option and think about what I know about the page designer's features.
upvoted 0 times
...
Ty
5 months ago
I think I've got a handle on this. The key is to identify the different components and how they interact to provide failover and load balancing capabilities.
upvoted 0 times
...

Save Cancel