-
Notifications
You must be signed in to change notification settings - Fork 0
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