Live Engine
Select Topic
easyNaive Bayes
A Naive Bayes spam classifier assigns probability 0.97 to an email being spam. The raw computation is: P(spam∣words)∝P(spam)×∏iP(wi∣spam). A developer asks: "where does the 'naive' come from?" What is the correct answer?