AIExplainer
Machine Learning Intermediate

decision tree

A supervised learning model composed of a set of conditions and leaves organized hierarchically.

A supervised learning model composed of a set of conditions and leaves organized hierarchically. For example, the following is a decision tree:

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.