July 2017
Intermediate to advanced
796 pages
18h 55m
English
In this section, we will see a step-by-step example using Naive Bayes (NB) algorithm. As already stated, NB is highly scalable, requiring a number of parameters linear in the number of variables (features/predictors) in a learning problem. This scalability has enabled the Spark community to make predictive analytics on large-scale datasets using this algorithm. The current implementation of NB in Spark MLlib supports both the multinomial NB and Bernoulli NB.
Read now
Unlock full access