Megosztás a következőn keresztül:


TreeOptions.MaximumCategoricalGroupCountPerNode Field

Definition

Maximum categorical split groups to consider when splitting on a categorical feature. Split groups are a collection of split points. This is used to reduce overfitting when there many categorical features.

public int MaximumCategoricalGroupCountPerNode;
val mutable MaximumCategoricalGroupCountPerNode : int
Public MaximumCategoricalGroupCountPerNode As Integer 

Field Value

Applies to