TreeOptions.MaximumCategoricalGroupCountPerNode Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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