
Answer-first summary for fast verification
Answer: Click the “Source“ link in the row corresponding to the run in the MLflow experiment page
The correct method to view the notebook that executed an MLflow run is to click the “Source” link in the row corresponding to the run in the MLflow experiment page. This link provides access to the source code, including the notebook, used for the MLflow run. Other options like the “Models” link, “Start Time” link, or opening model artifacts (model.pkl or MLmodel) do not provide access to the source code itself. Accessing the source code is essential for understanding, reproducing, and debugging the experiment.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
How can you view the notebook that was used to execute an MLflow run?
A
Open the model.pkl artifact on the MLflow run page
B
Click the “Models“ link corresponding to the run on the MLflow experiment page
C
Open the MLmodel artifact on the MLflow run page
D
Click the “Start Time“ link corresponding to the run on the MLflow experiment page
E
Click the “Source“ link in the row corresponding to the run in the MLflow experiment page
No comments yet.