Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Why is it important to set nested=True when initiating a run with mlflow.start_run(nested=True) in MLflow?
nested=True
mlflow.start_run(nested=True)
A
It specifies the level of parallelism for SparkTrials.
B
It enables nested logging for each hyperparameter configuration.
C
It allows for tracking multiple runs as part of a parent run.
D
It indicates a nested structure for the SparkTrials.