Databricks Certified Machine Learning Professional Databricks-Machine-Learning-Professional Question # 4 Topic 1 Discussion

Databricks Certified Machine Learning Professional Databricks-Machine-Learning-Professional Question # 4 Topic 1 Discussion

Databricks-Machine-Learning-Professional Exam Topic 1 Question 4 Discussion:
Question #: 4
Topic #: 1

A machine learning engineer has developed a random forest model using scikit-learn, logged the model using MLflow as random_forest_model, and stored its run ID in the run_id Python variable. They now want to deploy that model by performing batch inference on a Spark DataFrame spark_df.

Which of the following code blocks can they use to create a function called predict that they can use to complete the task?

A)

Databricks-Machine-Learning-Professional Question 4

B)

It is not possible to deploy a scikit-learn model on a Spark DataFrame.

C)

Databricks-Machine-Learning-Professional Question 4

D)

Databricks-Machine-Learning-Professional Question 4

E)

Databricks-Machine-Learning-Professional Question 4


A.

Option A


B.

Option B


C.

Option C


D.

Option D


E.

Option E


Get Premium Databricks-Machine-Learning-Professional Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.