Question Bank
#824
Naive Bayes Counts Twice
EasyMachine Learning
Problem
Naive Bayes assumes features are independent given the class. Show with a tiny computation what happens when you feed it the same feature twice, generalize to correlated features, and explain why NB can still rank well while its probabilities are junk.
Your answer
This one is graded like the real thing: reason it through out loud (structure, key insight, numbers), then reveal and self-grade.