Naïve Bayes | |||
Description | Naïve Bayes is a family of classification algorithms based on the Bayes Theorem. All algorithms in the family share a common principle that the pair of features being classified are mutually independent. | ||
Why to use | To classify text into possible categories. | ||
When to use | When textual data needs to be classified. | When not to use | When the dataset does not contain textual data. |
Prerequisites |
| ||
Input | Textual Data | Output | Classified data with predicted labels |
Statistical Methods used |
| Limitations | It is difficult to get a set of independent predictors for the Naïve Bayes model |