
Decision tree
Topic
A decision tree is a decision support recursive partitioning structure that uses a tree-like model of decisions and their possible consequences, including chance event outcomes, resource costs, and utility. It is commonly used in operations research and decision analysis to help identify a strategy most likely to reach a goal. Additionally, it serves as a popular non-parametric supervised learning method in machine learning for classification and regression tasks.

