Certified Machine Learning Professional Exam QuestionsBrowse all questions from this exam

Certified Machine Learning Professional Exam - Question 13


Which of the following is a simple statistic to monitor for categorical feature drift?

Show Answer
Correct Answer: AC

The most appropriate simple statistic to monitor for categorical feature drift is mode. Mode represents the most frequent category and can easily show any changes or shifts in the distribution of categorical data. While the other options provide useful information, they do not directly indicate categorical feature drift as effectively as mode.

Discussion

2 comments
Sign in to comment
ThoBustosOption: C
May 8, 2024

would go with C

03355a2Option: A
Jun 27, 2024

Among the options, the most appropriate simple statistic to monitor for categorical feature drift is mode. The others aren't right due to the below reasons: Number of unique values - while useful for understanding the diversity of categories, it does not directory indicate drive unless the number of categories changes significantly. Percentage of missing values - while important for data quality, it does not directly indicate drift in the distribution of categorical values.