
Ultimate access to all questions.
A data scientist is using MLflow Autologging to automatically monitor their machine learning experiments. After completing a series of experiment runs for a specific experiment_id, they aim to identify the run with the best root-mean-square error (RMSE). The following incomplete code snippet is initiated: mlflow._________(experiment_id, order_by = ["metrics.rmse"]) ["run_id"] [0]. What code should fill the blank to correctly complete this snippet and find the run with the best RMSE? Choose the ONE best answer.
A
client
B
search_runs_
C
experiment
D
identify_run_
E
show_runs_