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 21 discussion

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

A machine learning engineer is trying to scale a machine learning pipeline by distributing its feature engineering process.
Which of the following feature engineering tasks will be the least efficient to distribute?

  • A. One-hot encoding categorical features
  • B. Target encoding categorical features
  • C. Imputing missing feature values with the mean
  • D. Imputing missing feature values with the true median
  • E. Creating binary indicator features for missing values
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
ricorosol
1 month, 3 weeks ago
B. Target encoding involves replacing each category of a categorical variable with a statistic related to the target variable (like the mean of the target for that category).
upvoted 1 times
...
EricP99
5 months, 1 week ago
would argue that the answer is b - Target encoding (also known as mean encoding) involves replacing each category in a categorical feature with the mean of the target variable for that category. This process is more complex and challenging to distribute efficiently because it requires calculating and applying the mean target value for each category.
upvoted 3 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 ...