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?
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
The correct answer is D. The Artifacts section of the MLflow Run page.
When a data visualization is logged in an MLflow run, it is stored as an artifact of that run. These artifacts can be viewed in the Artifacts section of the corresponding MLflow Run page in Databricks. This allows data scientists to easily access and review the visualizations generated during the run.
The MLflow Experiment page provides a high-level overview of all the runs in an experiment, but to view the details of a specific run, including any logged artifacts like data visualizations, you would need to navigate to the specific Run page.
MLflow stores artifacts such as data visualizations in the Artifacts section of the MLflow Run page, allowing users to view them directly within Databricks.
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.
BokNinja
Highly Voted 10 months, 2 weeks agohugodscarvalho
Most Recent 9 months, 1 week ago