
Ultimate access to all questions.
What is the primary function of the mlflow.start_run(run_name='Run name') function in MLflow?
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.