Naive Bayes

Home > Computer Science > Algorithms and data structures > Machine learning algorithms > Naive Bayes

A probabilistic algorithm used for classification problems. It calculates the probability of a new data point belonging to a given class based on the probability of its features appearing in that class.