Briefly outline the major steps of decision tree classification
Answers
Answered by
0
Decision tree builds classification or regression models in the form of a tree structure. It breaks down a dataset into smaller and smaller subsets while at the same time an associated decision tree is incrementally developed. The final result is a tree with decision nodes and leaf nodes. A decision node (e.g., Outlook) has two or more branches (e.g., Sunny, Overcast and Rainy). Leaf node (e.g., Play) represents a classification or decision. The topmost decision node in a tree which corresponds to the best predictor called root node. Decision trees can handle both categorical and numerical data.
Answered by
1
The major steps of decision tree classification:
- Decision tree builds allocation or regression models in the shape of a tree structure.
- It inculcates a dataset into lesser and lesser subsets while at the same time an associated decision tree is incrementally advanced.
- Leaf node (e.g., Play) depicted a classification or decision.
- The topmost decision node in a tree which corresponds to the best predictor known as root node.
- Decision trees can able to handle both "categorical and numerical data".
To know more:
Decision tree advantages and disadvantages
https://brainly.in/question/1738285
Similar questions
Computer Science,
8 months ago
Math,
8 months ago