Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What is the primary function of the mlflow.start_run(run_name='Run name') function in MLflow?
mlflow.start_run(run_name='Run name')
A
To log metrics for an existing MLflow run.
B
To initiate the tracking of a new MLflow run with a specified name.
C
To create a new experiment in MLflow.
D
To set the name of the active run in the MLflow experiment.
E
To start a new MLflow run without specifying a run name.