Comparison of different Naive Bayes algorithm for SMS classification
There are various types of Naive Bayes algorithms in the Sklearn library:
Can all of them be used for text classifications? And which one's perform bette
I tested out a simple text classification using Multinomial Naive Bayes, Bernoulli
Naive Bayes and Gaussian Naive Bayes. It seemed the Multinomial was somewhat better
I am not sure about others and also my observations could be limited to my dataset
Topic naive-bayes-algorithim naive-bayes-classifier
Category Data Science