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 official documentation of the Naive Bayes Classifier is found here.

Last updated