November 2016
Beginner to intermediate
941 pages
21h 55m
English
In this chapter, we will focus on scalable methods for classification and regression trees. The following topics will be covered:
The aim of a decision tree is to learn a series of decision rules to infer the target labels based on the training data. Using a recursive algorithm, the process starts at the tree root and splits the data on the feature that results in the lowest impurity. Currently, the most widely applicable scalable tree-based applications are based on CART. Introduced ...