Дерево решений — это интерпретируемая supervised learningmodel, которая представляет decision rules в tree-like structure. Inference следует по path от root node через feature-based conditions к leaf node, который предоставляет predicted class или value.
A supervised learningmodel composed of a set of
conditions and leaves organized hierarchically.
For example, the following is a decision tree:
!A decision tree consisting of four conditions arranged
hierarchically, which lead to five leaves.