Why is naive Bayes so ‘naive’ ?
Ask by Prakash nidhi Verma
Updated 20 Sep 2020
Naive Bayes is so ‘naive’ because it assumes that all of the features in a data set are equally important and independent. its a real world senerio. In Naive Bayes classifier will converge quicker than thats original models like logistic regression that time you need less training data.