Home > Data Mining Algorithms > Anomaly Detection > Anomaly Detection Viewers a... > Association > AR Model Viewers and Algori... > Decision Tree > Expectation Maximization > EM Model Viewer and Algorit... > Generalized Linear Models > GLM Model Viewers and Algor... > k-Means > Naive Bayes > Naive Bayes Algorithm > Advantages of Naive Bayes
The advantages of Naive Bayes model are:
The Naive Bayes algorithm provides fast, highly scalable model building and scoring. It scales linearly with the number of predictors and rows.
The Naive Bayes build process is parallelized. Scoring can also be parallelized irrespective of the algorithm.
Naive Bayes can be used for both binary and multiclass classification problem