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)

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()
Izetta
4 months agoMargot
4 months agoElden
4 months agoParis
4 months agoJeniffer
5 months agoMari
5 months agoDonte
5 months agoFernanda
5 months agoElenora
5 months agoNu
5 months agoSimona
5 months agoLeota
5 months agoAdela
5 months ago