Databricks Certified Machine Learning Associate Exam Databricks-Machine-Learning-Associate Question # 3 Topic 1 Discussion

Databricks Certified Machine Learning Associate Exam Databricks-Machine-Learning-Associate Question # 3 Topic 1 Discussion

Databricks-Machine-Learning-Associate Exam Topic 1 Question 3 Discussion:
Question #: 3
Topic #: 1

A machine learning engineer is trying to scale a machine learning pipelinepipelinethat contains multiple feature engineering stages and a modeling stage. As part of the cross-validation process, they are using the following code block:

Databricks-Machine-Learning-Associate Question 3

A colleague suggests that the code block can be changed to speed up the tuning process by passing the model object to theestimatorparameter and then placing the updated cv object as the final stage of thepipelinein place of the original model.

Which of the following is a negative consequence of the approach suggested by the colleague?


A.

The model will take longerto train for each unique combination of hvperparameter values


B.

The feature engineering stages will be computed using validation data


C.

The cross-validation process will no longer be


D.

The cross-validation process will no longer be reproducible


E.

The model will be refit one more per cross-validation fold


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.