Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which line of code initiates the auto log feature in MLflow?
A
mlflow.log_param()
B
with mlflow.start_run():
C
mlflow.log_metric()
D
mlflow.autolog()