Chapter 8. Nonlinear Classification and Regression with Decision Trees
In this chapter, we will discuss a simple, nonlinear model for classification and regression tasks called the decision tree. We'll use decision trees to build an ad blocker that can learn to classify images on a web page as banner advertisements or page content.While decision trees are seldom used in practice, they are components of more powerful models; understandingdecision trees is important for this reason.