exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 3 question 193 discussion

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

You manage an Azure Machine Learning workspace.

You experiment with an MLflow model that trains interactively by using a notebook in the workspace.

You need to log dictionary type artifacts of the experiments in Azure Machine Learning by using MLflow.

Which syntax should you use?

  • A. mlflow.log_artifact(my_dict)
  • B. mlflow.log_metric("my_metric", my_dict)
  • C. mlflow.log_metrics(my_dict)
  • D. mlflow.log_artifacts(my_dict)
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
negin
1 month, 1 week ago
Selected Answer: C
The correct syntax to log dictionary type artifacts in MLflow is mlflow.log_metrics(my_dict)
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 ...