Answer Posted / Priti Paliwal
Naive Bayes is called naive because of its assumption of independence, which is often referred to as the independence assumption. It assumes that all the features (or variables) are conditionally independent given the class variable. This simplification makes the algorithm computationally efficient but may not always hold true in real-world scenarios. Despite this limitation, Naive Bayes has been found to perform well in many classification tasks.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers