What is a Decision Tree
Decision Tree is the process which uses the concept of representing the data in the form of a tree, it is also known as Binary Tree
Components of Decision Tree
The Decision tree has the following components:-
1. Root Node : It represents the top node from which the tree starts
2. Decision Node : Which results in splitting the data in multiple data segments & it represents features and Attributes.
3. Directional Arrows : These are the arrows which route the course of action to be taken.
4. Leaf Node : These are the final nodes and represents an outcome.