0% found this document useful (0 votes)
8 views

02 Decision Tree

Uploaded by

Jamila Hamdi
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

02 Decision Tree

Uploaded by

Jamila Hamdi
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Decision Trees - Basics

A decision tree is a decision support tool that uses a tree-like model of


decisions and their possible consequences, including chance event
outcomes, resource costs, and utility. It is one way to display an
algorithm that only contains conditional control statements.

Definition

Start-Tech Academy
Decision Trees - Basics

Example

Start-Tech Academy
Decision Trees - Basics

1. Regression Tree
For continuous quantitative target variable.
Eg. Predicting rainfall, predicting revenue, predicting marks etc.
Types
2. Classification Tree
For discrete categorical target variables
Eg. Predicting High or Low, Win or Loss, Healthy or Unhealthy etc

Start-Tech Academy
Decision Trees - Basics

Root Node

Splitting

Terminologies Decision node

Subtree

Leaf / Terminal node


Start-Tech Academy

You might also like