+1 vote
in Data Science by
What is ‘Naive’ in a Naive Bayes?

1 Answer

0 votes
by

The Naive Bayes Algorithm is based on the Bayes Theorem. Bayes’ theorem describes the probability of an event, based on prior knowledge of conditions that might be related to the event.

The Algorithm is ‘naive’ because it makes assumptions that may or may not turn out to be correct.

...