What is the benefit of naive bayes in machine learning?
Answer Posted / Suman Pal
Naive Bayes offers several benefits in machine learning. It is simple and easy to understand, making it suitable for beginners. It performs well even with a small amount of training data due to its ability to model multiple classes simultaneously. Additionally, it can handle both nominal and continuous attributes without any modifications.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers