Machine Learning Intermediate
decision tree
A supervised learning model composed of a set of conditions and leaves organized hierarchically.
Plain English Explanation
A supervised learning model composed of a set of conditions and leaves organized hierarchically. For example, the following is a decision tree:
How is it used?
Practitioners refer to decision tree when building, training, or evaluating machine learning systems. It appears in research papers, product documentation, and technical discussions about AI capabilities and limitations.