Naive Bayes classifier

A probabilistic classifier that applies Bayes’ theorem while assuming features are conditionally independent given the class. It estimates class probabilities from feature values and selects a likely class.

Connect