Microsoft
DP-100 · Question #19
Drag and Drop Question You need to implement an early stopping criteria policy for model training. Which three code segments should you use to develop the solution? To answer, move the appropriate cod
Sign in or unlock DP-100 to reveal the answer and full explanation for question #19. The question stem and answer options stay visible for context.
Train and deploy models
Question
Drag and Drop Question You need to implement an early stopping criteria policy for model training. Which three code segments should you use to develop the solution? To answer, move the appropriate code segments from the list of code segments to the answer area and arrange them in the correct order. NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select. Answer:
Exhibit
Answer Area
Drag items
early_termination_policy = TruncationSelectionPolicy(evaluation_interval=1, truncation_percentage=20, delay_evaluation=5)import TruncationSelectionPolicyfrom azureml.train.hyperdriveimport BanditPolicyearly_termination_policy = BanditPolicy(slack_factor = 0.1, evaluation_interval=1, delay_evaluation=0)
Unlock DP-100 to see the answer
You've previewed enough free DP-100 questions. Unlock DP-100 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Early stopping#Model training#Azure Machine Learning#Experimentation
