What is Decision Tree Classifier?
Decision tree is a popular classifier that does not require any knowledge or parameter setting. The approach is supervised learning. Given a training data, we can induce a decision tree. From a decision tree we can easily create rules about the data. Using decision tree, we can easily predict the classification of unseen records. In this decision tree tutorial, you will learn how to use, and how to build a decision tree in a very simple explanation
Click here to purchase the complete E-book of this tutorial
The topics of this tutorial are
What is Decision Tree?
How to use a decision tree?
How to training a decision tree?
How to measure impurity?
EntropyHow a decision tree algorithm work?
Gini Index
Classification error
Information Gain
Second Iteration
Third Iteration
This tutorial is copyrighted .
Preferable reference for this tutorial is
Teknomo, Kardi. (2019) Tutorial on Decision Tree. http://people.revoledu.com/kardi/tutorial/DecisionTree/