Лист — терминальный узел в дереве решений, который предоставляет выход модели, такой как предсказанный класс, значение или распределение. Инференс проходит по путям решений от корня через внутренние условия до достижения листа.
Any endpoint in a decision tree. Unlike a condition, a leaf doesn't perform a test. Rather, a leaf is a possible prediction. A leaf is also the terminal node of an inference path. For example, the following decision tree contains three leaves: !A decision tree with two conditions leading to three leaves. See Decision trees in the Decision Forests course for more information.