Difference between naive bayes and logistic regression
Answers
Answered by
0
Naive Bayes also assumes that the features are conditionally independent. Real data sets are never perfectly independent but they can be close. In short Naive Bayes has a higher bias but lower variance compared to logistic regression. If the data set follows the bias then Naive Bayes will be a better classifier.
adikool:
please mark as brainliest
Similar questions