Answer Posted / Atul Kumar Singh
Naive Bayes is called Naive because it assumes that the presence or absence of a particular feature in a class is independent of the presence or absence of any other feature. This assumption may not always hold true, but even with this simplification, Naive Bayes can still perform well for many classification problems due to its computational efficiency and ability to handle large amounts of data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers