Decision Trees
A Decision Tree is a discriminative classifier that uses a series of simple criteria (decisions) for classification. Decision Trees are frequently used due to their simplicity scalable capability and their speed in both training and prediction.
Related
- [notebook] Adaptive Boosting
- [notebook] Decision Tree and Random Forest with Python
- [slides] Decision Tree