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

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.