Databricks Certified Machine Learning Professional — Question 12
A data scientist set up a machine learning pipeline to automatically log a data visualization with each run. They now want to view the visualizations in Databricks.
Which of the following locations in Databricks will show these data visualizations?
Answer options
- A. The MLflow Model Registry Model page
- B. The Artifacts section of the MLflow Experiment page
- C. Logged data visualizations cannot be viewed in Databricks
- D. The Artifacts section of the MLflow Run page
- E. The Figures section of the MLflow Run page
Correct answer: D
Explanation
The correct answer is D, as the Artifacts section of the MLflow Run page is specifically designed to display logged artifacts, including visualizations. Option A refers to the model registry, which does not contain visualizations; option B is about the experiment page, which also does not display visualizations directly; option C incorrectly states that logged data visualizations cannot be viewed, which is not true.