Home Naive Bayes
Post
Cancel

Naive Bayes

Summary

This algorithm performs classification according to Bayes Theorem. The model assisgns a sample to the class with the largest conditional probability.

Inputs

  • Numerical
  • Categorical

Preprocessing

  • Resistant to overfifting
This post is licensed under CC BY 4.0 by the author.