Naive Bayes Classifier is special
Naive Bayes Classifier are a family of simple ‘Probabilistic Classifier’ based on applying Bayes Theorem with strong (naive) independence assumptions between the features. It is special because of –
- its real time prediction is super fast
- it has multi class prediction and text classification/spam filtering/sentiment analysis with
- strong recommendation system etc.