You run an automated machine learning experiment in an Azure Machine Learning workspace. Information about the run is listed in the table below: You need to write a script that uses the Azure Machine Learning SDK to retrieve the best iteration of the experiment run. Which Python code segment should you use? A. B. C. D. E.

QuestionsCategory: DP-100You run an automated machine learning experiment in an Azure Machine Learning workspace. Information about the run is listed in the table below: You need to write a script that uses the Azure Machine Learning SDK to retrieve the best iteration of the experiment run. Which Python code segment should you use? A. B. C. D. E.
Admin Staff asked 6 months ago
You run an automated machine learning experiment in an Azure Machine Learning workspace. Information about the run is listed in the table below:
 Image
You need to write a script that uses the Azure Machine Learning SDK to retrieve the best iteration of the experiment run.
Which Python code segment should you use?
A.
 Image
B.
 Image
C.
 Image
D.
 Image
E.
 Image
















 

Suggested Answer: D

The get_output method on automl_classifier returns the best run and the fitted model for the last invocation. Overloads on get_output allow you to retrieve the best run and fitted model for any logged metric or for a particular iteration.
In [ ]:
best_run, fitted_model = local_run.get_output()
Reference:
https://notebooks.azure.com/azureml/projects/azureml-getting-started/html/how-to-use-azureml/automated-machine-learning/classification-with-deployment/auto-
 ml-classification-with-deployment.ipynb

This question is in DP-100 Exam
For getting Microsoft Azure Data Scientist Associate Certificate


Disclaimers:
The website is not related to, affiliated with, endorsed or authorized by Microsoft. 
The website does not contain actual questions and answers from Microsoft's Certification Exams.
Trademarks, certification & product names are used for reference only and belong to Microsoft.

Next Post

Recommended

Welcome Back!

Login to your account below

Create New Account!

Fill the forms below to register

Retrieve your password

Please enter your username or email address to reset your password.