Caesar AI Atlas

Порог

Also known as: Threshold (for Decision Trees) · for Decision Trees · Threshold for Decision Trees

Caesar AI Atlas Definition

Порог для деревьев решений — значение сравнения, используемое в условии для числового признака. Он определяет, как примеры разделяются в узле, например находится ли значение признака выше или ниже выбранного cutoff.

Other Definitions

Порог [для деревьев решений] Source

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.

Related Terms