Caesar AI Atlas

Дерево решений

Caesar AI Atlas Definition

Дерево решений — это интерпретируемая supervised learning model, которая представляет decision rules в tree-like structure. Inference следует по path от root node через feature-based conditions к leaf node, который предоставляет predicted class или value.

Other Definitions

Дерево решений Source

A supervised learning model 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.

Also Referenced In

Concept Comparisons

Related Terms