Skip to content

Naive Bayes

Ankit Jha edited this page May 7, 2019 · 2 revisions

Why is it called ‘Naive’?

The name naive is used because it assumes the features that go into the model are independent of each other. That is changing the value of one feature, does not directly influence or change the value of any of the other features used in the algorithm.

https://stackoverflow.com/questions/10614754/what-is-naive-in-a-naive-bayes-classifier

https://www.machinelearningplus.com/predictive-modeling/how-naive-bayes-algorithm-works-with-example-and-full-code/

MindMap

Decision Trees

Clone this wiki locally