Decision Tree is a Supervised learning technique that can be used for both classification and Regression problems
The basic Concept of Decision Tree Classifier
1.Entropy
2.Information Gain
3.Gini Index
4.Root Node
5.Leaf/Terminal Node
6.Branch/Sub-Tree
7.Parent Node
8.Child Node
9.Impurity
10.Splitting
Follow me
Links