🔥 3-day streak
Databricks Certified Machine Learning Associate49 / 137
Question 49 of 137

A data scientist is training a scikit-learn RandomForestClassifier inside a Databricks notebook. Before fitting the model, they call mlflow.sklearn.autolog(). They then wrap the training code in an explicit `with mlflow.start_run() as run:` block and call model.fit(). After the cell completes, what will MLflow have logged automatically to that run?

Reviewed for accuracy · Report an issueNext question