🔥 3-day streak
Databricks Certified Machine Learning Associate47 / 137
Question 47 of 137
A data scientist is training a scikit-learn RandomForestClassifier inside a Databricks notebook. They want MLflow to automatically capture the model's hyperparameters, training metrics, and the fitted model artifact without adding explicit mlflow.log_param or mlflow.log_metric calls around their existing training code. What is the minimal change they should make before calling model.fit()?
Reviewed for accuracy · Report an issueNext question