Databricks Certified Machine Learning Associate Exam Databricks-Machine-Learning-Associate Question # 12 Topic 2 Discussion

Databricks Certified Machine Learning Associate Exam Databricks-Machine-Learning-Associate Question # 12 Topic 2 Discussion

Databricks-Machine-Learning-Associate Exam Topic 2 Question 12 Discussion:
Question #: 12
Topic #: 2

A machine learning engineer is using the following code block to scale the inference of a single-node model on a Spark DataFrame with one million records:

Databricks-Machine-Learning-Associate Question 12

Assuming the default Spark configuration is in place, which of the following is a benefit of using anIterator?


A.

The data will be limited to a single executor preventing the model from being loaded multiple times


B.

The model will be limited to a single executor preventing the data from being distributed


C.

The model only needs to be loaded once per executor rather than once per batch during the inference process


D.

The data will be distributed across multiple executors during the inference process


Get Premium Databricks-Machine-Learning-Associate 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.