The data mining methods we have been learning all favor numerical data: linear regression, LDA, k-means clustering, logistic regression, and K-NN. Naïve Bayes favors categorical data, however. Because of its simplicity, naïve Bayes data mining method is much more efficient compared to other data mining methods, while its performance can still match most other data mining methods.
Please download the sample Excel files from https://github.com/hhohho/Learn-Data-Mining-through-Excel for this chapter’s exercises.
General Understanding
Naive Bayes (naïve Bayes) is ...