Also known as: Threshold (for Decision Trees) · for Decision Trees · Threshold for Decision Trees
Порог для деревьев решений — значение сравнения, используемое в условии для числового признака. Он определяет, как примеры разделяются в узле, например находится ли значение признака выше или ниже выбранного cutoff.
In an axis-aligned condition, the value that a feature is being compared against. For example, 75 is the threshold value in the following condition: [!NOTE] This form of the term threshold is different than classification threshold. See Exact splitter for binary classification with numerical features in the Decision Forests course for more information.