Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
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 33 discussion

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

A machine learning engineer is converting a decision tree from sklearn to Spark ML. They notice that they are receiving different results despite all of their data and manually specified hyperparameter values being identical.
Which of the following describes a reason that the single-node sklearn decision tree and the Spark ML decision tree can differ?

  • A. Spark ML decision trees test every feature variable in the splitting algorithm
  • B. Spark ML decision trees automatically prune overfit trees
  • C. Spark ML decision trees test more split candidates in the splitting algorithm
  • D. Spark ML decision trees test a random sample of feature variables in the splitting algorithm
  • E. Spark ML decision trees test binned features values as representative split candidates
Show Suggested Answer Hide Answer
Suggested Answer: E 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
8605246
5 months, 1 week ago
A machine learning engineer is converting a decision tree from sklearn to Spark ML. They notice that they are receiving different results despite all of their data and manually specified hyperparameter values being identical. Which of the following describes a reason that the single-node sklearn decision tree and the Spark ML decision tree can differ? A. Spark ML decision trees test every feature variable in the splitting algorithm B. Spark ML decision trees automatically prune overfit trees C. Spark ML decision trees test more split candidates in the splitting algorithm D. Spark ML decision trees test a random sample of feature variables in the splitting algorithm E. Spark ML decision trees test binned features values as representative split candidates
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 ...