Naive Bayes Classifier
This module belongs to the " Machine Learning algorithms" category.
Last updated
This module belongs to the " Machine Learning algorithms" category.
Last updated
The Naive Bayes is a module used for applying the Naive Bayes theore
It is a particularly popular algorithm for : sentiment analysis, medical diagnosis, and weather forecasting .
The parameters enable to apply the classic variants of models:
Bernoulli
Categorical
Complement
Gaussian
Multinomial
The official documentation of the Naive Bayes Classifier is found here.