exam questions

Exam Certified Machine Learning Associate All Questions

View all questions & answers for the Certified Machine Learning Associate exam

Exam Certified Machine Learning Associate topic 1 question 23 discussion

Actual exam question from Databricks's Certified Machine Learning Associate
Question #: 23
Topic #: 1
[All Certified Machine Learning Associate Questions]

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 function objective_function and they have defined the search space search_space.
As a result, they have the following code block:

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
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
jackttt
1 month ago
Selected Answer: A
Spark ML don't need to use SparkTrial, Trial is enough
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...