HOTSPOT
-
You manage an Azure Machine Learning workspace. You submit a training job with the Azure Machine Learning Python SDK v2. You must use MLflow to log metrics, model parameters, and model artifacts automatically when training a model.
You start by writing the following code segment:
import mlflow
mlflow.autolog(log_models=False, exclusive=True)
For each of the following statements, select Yes if the statement is true. Otherwise, select No.