🔥 3-day streak
Databricks Certified Machine Learning Associate64 / 137
Question 64 of 137
A data scientist has logged 200 runs to a single MLflow experiment while tuning a gradient boosting model. Each run logged a metric named 'val_rmse' and a parameter named 'max_depth'. The scientist now wants to programmatically retrieve, into a pandas DataFrame, only the runs where max_depth equals 5, sorted so the lowest val_rmse appears first. Which approach accomplishes this?
Reviewed for accuracy · Report an issueNext question