1. The document discusses decision trees, bagging, and random forests. It provides an overview of how classification and regression trees (CART) work using a binary tree data structure and recursive data partitioning. It then explains how bagging generates diverse trees by bootstrap sampling and averages the results. Finally, it describes how random forests improve upon bagging by introducing random feature selection to generate less correlated and more accurate trees.