# Certified-Machine-Learning-Professional — Question 426

**Type:** multiple_choice
**Topics:** topic_1

## Question

A data scientist is utilizing MLflow to track their machine learning experiments. After completing a series of runs for the experiment with experiment ID exp_id, the data scientist wants to programmatically work with the experiment run data in a Spark DataFrame. They have an active MLflow Client client and an active Spark session spark.
Which of the following lines of code can be used to obtain run-level results for exp_id in a Spark DataFrame?

## Correct Answer

_See scenario._

## Explanation

Selected Answer: E
Doc: https://docs.databricks.com/en/query/formats/mlflow-experiment.html#load-data-using-experiment-ids

**Reference:** examtopics_top_comment

---
Source: https://hiexam.net/q/databricks/Certified-Machine-Learning-Professional/426  
Practice (tracked): https://hiexam.net/study/Certified-Machine-Learning-Professional/practice