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 8 Question 103 Discussion

Actual exam question for Microsoft's DP-100 exam
Question #: 103
Topic #: 8
[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?

Show Suggested Answer Hide Answer
Suggested Answer: B

Contribute your Thoughts:

Evan
26 days ago
Remember, always double-check your spelling and syntax. Wouldn't want to lose points over a silly mistake!
upvoted 0 times
...
Kirk
27 days ago
C looks promising, but it's for logging a list of artifacts, not a single dictionary. I'm sticking with A.
upvoted 0 times
...
Gracia
28 days ago
B is close, but it's for logging metrics, not artifacts. I'll go with A.
upvoted 0 times
Hui
9 days ago
I think A is the correct syntax to log dictionary type artifacts in Azure Machine Learning using MLflow.
upvoted 0 times
...
...
Paris
1 months ago
Haha, D is clearly a typo. Maybe the exam writer was hungry and accidentally typed 'my diet' instead of 'my_dict'.
upvoted 0 times
Garry
22 days ago
A) mlflow.log_artifact(my_dict)
upvoted 0 times
...
...
Alline
2 months ago
I'm not sure, but I think C) mlflow.log_artifacts(my_dict) could also work for logging dictionary type artifacts
upvoted 0 times
...
Pearlene
2 months ago
I think A is the correct answer. We need to use `mlflow.log_artifact()` to log dictionary type artifacts.
upvoted 0 times
Cecil
12 days ago
User2: Yes, we need to use mlflow.log_artifact() to log dictionary type artifacts.
upvoted 0 times
...
Antione
21 days ago
User1: I think A is the correct answer.
upvoted 0 times
...
...
Dexter
2 months ago
I agree with Kris, A) mlflow.log_artifact(my_dict) makes sense for logging dictionary type artifacts
upvoted 0 times
...
Kris
2 months ago
I think the correct syntax is A) mlflow.log_artifact(my_dict)
upvoted 0 times
...

Save Cancel