What are the advantages of Naive Bayes?
3 years ago
Machine Learning
In Naïve Bayes classifier will converge quicker than discriminative models like logistic regression, so you need less training data. The main advantage is that it can’t learn interactions between features.
Sanisha Maharjan
Jan 10, 2022