Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam DP-100 Topic 9 Question 62 Discussion

Actual exam question for Microsoft's DP-100 exam
Question #: 62
Topic #: 9
[All DP-100 Questions]

You create a Python script that runs a training experiment in Azure Machine Learning. The script uses the Azure Machine Learning SDK for Python.

You must add a statement that retrieves the names of the logs and outputs generated by the script.

You need to reference a Python class object from the SDK for the statement.

Which class object should you use?

Show Suggested Answer Hide Answer
Suggested Answer: A

A run represents a single trial of an experiment. Runs are used to monitor the asynchronous execution of a trial, log metrics and store output of the trial, and to analyze results and access artifacts generated by the trial.

The run Class get_all_logs method downloads all logs for the run to a directory.


https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.run(class)

Comments

Currently there are no comments in this discussion, be the first to comment!


Save Cancel