Question
In a spam classifier, what does P(word | spam) represent?
Select an option. Your answer will be checked instantly.
Correct Answer: C. The likelihood of observing the word in a message known to be spam
Explanation:
This conditional probability measures how compatible a feature is with the spam class. Naive Bayes combines such likelihoods across observed words.
Leave a Reply