5-Intro-to-Tree-Methods-LT
5-Intro-to-Tree-Methods-LT
Decision Trees
Dr. BENDIABDALLAH
How do Decision Trees work?
• A decision tree is a simple but powerful
supervised learning method that uses tree-like
model of decisions and their possible
consequences.
• They are used in both classification and
regression problems.
• The creation of sub-nodes increases the
homogeneity of resultant sub-nodes.
• Decision trees classify the examples by sorting
them down the tree from the root to some
leaf/terminal node, with the leaf/terminal node
providing the classification of the example.
Tree Methods