Adaboost | |||
Description | Adaboost is a boosting algorithm that combines multiple weak models into a single strong learner algorithm (the predictive model). | ||
Why to use | To classify text into the 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 |
|