20/02/2020
http://assignmentsolutionguru.com/article/introduction-to-naive-bayes-classifier-in-python
What is Naïve baye’s alogorithm? Why is it called Naïve? What is probabilistic classification?
Naïve bayes is a method of supervised machine learning algorithm and it is from the family of probabilistic classifiers. It is simply a process of predicting the value of a feature variable independent of other features or variables that is the reason it is called naive. Here we are going to see how bayes theorem works with the very easy example of cards and then how this algorithm works on a real dataset or some set of features. Let’s dive in Naïve bayes.
What is Naïve baye’s alogorithm? Why it is called Naïve? What is probabilistic classification?