This document discusses decision trees, a type of classification model. It defines classification as the process of dividing datasets into categories or groups by adding labels. Decision trees are graphical representations that show all possible solutions to decisions based on conditions. The document outlines types of classification models, provides examples of decision trees, and defines key terminology like branch nodes and leaf nodes. It also discusses common algorithms like CART that are used to build decision trees.