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

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

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

A data scientist wants to tune a set of hyperparameters for a machine learning model. They have wrapped a Spark ML model in the objective functionobjective_functionand they have defined the search spacesearch_space.

As a result, they have the following code block:

Databricks-Machine-Learning-Associate Question 5

Which of the following changes do they need to make to the above code block in order to accomplish the task?


A.

Change SparkTrials() to Trials()


B.

Reduce num_evals to be less than 10


C.

Change fmin() to fmax()


D.

Remove the trials=trials argument


E.

Remove the algo=tpe.suggest argument


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.