Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are the advantages of Naive Bayes?
Home
Machine Learning
What are the advantages of Naive Bayes?
0
votes
asked
Mar 16, 2023
in
Machine Learning
by
SakshiSharma
What are the advantages of Naive Bayes?
naive
bayes
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 16, 2023
by
SakshiSharma
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.
...