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 algorithm performs classification according to Bayes Theorem. The model assisgns a sample to the class with the largest conditional probability.
A new version of content is available.