Microsoft
DP-100 · Question #205
You run an experiment that uses an AutoMLConfig class to define an automated machine learning task with a maximum of ten model training iterations. The task will attempt to find the best performing mo
Sign in or unlock DP-100 to reveal the answer and full explanation for question #205. The question stem and answer options stay visible for context.
Train and deploy models
Question
You run an experiment that uses an AutoMLConfig class to define an automated machine learning task with a maximum of ten model training iterations. The task will attempt to find the best performing model based on a metric named accuracy. You submit the experiment with the following code: You need to create Python code that returns the best model that is generated by the automated machine learning task. Which code segment should you use?
Options
- Abest_model = automl_run.get_details()
- Bbest_model = automl_run.get_metrics()
- Cbest_model = automl_run.get_file_names()[1]
- Dbest_model = automl_run.get_output()[1]
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
#AutoML#Azure Machine Learning SDK#Model Selection#Training Output