Naive Bayes Classifier

This module belongs to the " Machine Learning algorithms" category.

Description

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 .

Parameters

The parameters enable to apply the classic variants of models:

  • Bernoulli

  • Categorical

  • Complement

  • Gaussian

  • Multinomial

The Naive Bayes is a popular algorithm .
circle-info

The official documentation of the Naive Bayes Classifier is found here.arrow-up-right

Last updated

Was this helpful?