- Naive Bayes is a probabilistic classifier that applies Bayes' theorem with strong (naive) independence assumptions.
- It estimates the probability of a class given attribute values by calculating the product of the individual attribute probabilities.
- Training involves counting occurrences of attribute-value pairs in each class to estimate the necessary probabilities.