Chapter 6: Ensemble of Trees: Bagging, Boosting, and Forest
“Small changes in the training data can cause large changes in the topology of the tree. However, the overall performance of the tree remains stable.”
Instability in a Decision Tree
Decision trees are among the simplest, yet most powerful, forms of models, both conceptually and in their interpretation, with the entire data set of observations being recursively partitioned into subsets along different branches so that similar observations get grouped together at the terminal leaves of the decision tree. However, the methods of constructing decision trees from data suffer from a major problem of instability. The symptoms of instability include variations in the ...
Get Tree-Based Machine Learning Methods in SAS Viya now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.