exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 3 question 159 discussion

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

HOTSPOT
-

You monitor an Azure Machine Learning classification training experiment named train.classification on Azure Notebooks.

You must store a table named table as an artifact in Azure Machine Learning Studio during model training.

You need to collect and list the metrics by using MLflow.

How should you complete the code segment? To answer, select the appropriate option in the answer area.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

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
evangelist
4 months, 3 weeks ago
in MLflow, an artifact is any file that you want to store and associate with a particular experiment run.
upvoted 2 times
...
damaldon
1 year, 3 months ago
Correct: # Add a metric for each column prefixed by metric name. Similar to log_row row1 = {"table.col1": 5, "table.col2": 10} # To be done for each row in the table mlflow.log_metrics(row1) # Using mlflow.log_artifact import json with open("table.json", 'w') as f: json.dump(table, f) mlflow.log_artifact("table.json") # Use MlFlow to retrieve the run that was just completed client = MlflowClient() finished_mlflow_run = MlflowClient().get_run("<RUN_ID>")
upvoted 2 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