exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 3 question 84 discussion

Actual exam question from Microsoft's DP-100
Question #: 84
Topic #: 3
[All DP-100 Questions]

You use the Azure Machine Learning SDK in a notebook to run an experiment using a script file in an experiment folder.
The experiment fails.
You need to troubleshoot the failed experiment.
What are two possible ways to achieve this goal? Each correct answer presents 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.
Show Suggested Answer Hide Answer
Suggested Answer: BD 🗳️
Use get_details_with_logs() to fetch the run details and logs created by the run.
You can monitor Azure Machine Learning runs and view their logs with the Azure Machine Learning studio.
Incorrect Answers:
A: You can view the metrics of a trained model using run.get_metrics().
E: get_output() gets the output of the step as PipelineData.
Reference:
https://docs.microsoft.com/en-us/python/api/azureml-pipeline-core/azureml.pipeline.core.steprun https://docs.microsoft.com/en-us/azure/machine-learning/how-to-monitor-view-training-logs

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
ljljljlj
Highly Voted 2 years, 10 months ago
On exam 2021/7/10
upvoted 5 times
...
phdykd
Most Recent 9 months, 3 weeks ago
ChatGPT B. Use the get_details_with_logs() method of the run object to display the experiment run logs. D. View the logs for the experiment run in Azure Machine Learning studio. These are two ways you could troubleshoot the failed experiment: B. The get_details_with_logs() method of the run object in the Azure Machine Learning SDK can be used to retrieve the logs from a run of an experiment. These logs would contain details about the execution of the run, which may help in diagnosing the issue. D. The Azure Machine Learning studio provides a user interface for managing your Azure Machine Learning resources. This includes viewing logs for experiment runs, which can be helpful in troubleshooting issues.
upvoted 2 times
...
phdykd
1 year, 2 months ago
AB. The two most accurate options to troubleshoot a failed experiment in Azure Machine Learning SDK using a script file in an experiment folder are: 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. Option A and B are both valid ways to access the experiment run logs and can provide valuable information to help diagnose the cause of the failed experiment. Option D is also a valid option, but it may not be as convenient as using the SDK methods within the notebook.
upvoted 1 times
...
kkkk_jjjj
2 years, 1 month ago
on exam 18/03/2022
upvoted 4 times
...
JoshuaXu
2 years, 6 months ago
on 6 Nov 2021
upvoted 4 times
...
hargur
2 years, 6 months ago
on 19Oct2021
upvoted 2 times
...
Abhinav_nasaiitkgp
3 years, 3 months ago
Why not C? I think BCD all the three are correct. Or there is something which is missing in the question
upvoted 3 times
wjrmffldrhrl
3 years, 1 month ago
It seems that the log files are not saved in the "experiment folder". It will be saved in the logs folder (e.g. azureml-logs, logs/azureml). https://docs.microsoft.com/en-us/azure/machine-learning/how-to-monitor-view-training-logs#azureml-logs-folder
upvoted 12 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago