© Hong Zhou 2020
H. ZhouLearn Data Mining Through Excelhttps://doi.org/10.1007/978-1-4842-5982-5_9

9. Decision Trees

Hong Zhou1 
(1)
University of Saint Joseph, West Hartford, CT, USA
 
Decision tree is probably the most intuitive data classification and prediction method. It is also used frequently. While most of the data mining methods we have learned are parametric, decision tree is a rule-based method. The most critical concept in understanding decision trees is entropy which will be explained soon. A tree is composed of nodes and the leaves are the bottom nodes. At each node except for the leaf nodes, a decision must be made to split the node into at least two branches. Figure 9-1 depicts a sample decision tree structure.
Figure 9-1

A sample decision ...

Get Learn Data Mining Through Excel: A Step-by-Step Approach for Understanding Machine Learning Methods 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.