
Ultimate access to all questions.
You are using the Azure Machine Learning SDK in a notebook to run an experiment that references a script file in an experiment folder. The experiment fails. What are two different ways to troubleshoot the failed run? Each answer must present a complete solution.
A
Use the get_metrics() method of the run object to retrieve the experiment run logs._
B
Use the get_details_with_logs() method of the run object to display the experiment run logs._
C
View the log files for the experiment run in the experiment folder.
D
View the logs for the experiment run in Azure Machine Learning studio.
E
Use the get_output() method of the run object to retrieve the experiment run logs._