Closed
Description
See:
machinelearning/src/Microsoft.ML.LightGbm/LightGbmTrainerBase.cs
Lines 189 to 196 in 8b1b14f
and
machinelearning/src/Microsoft.ML.LightGbm/LightGbmTrainerBase.cs
Lines 49 to 59 in 8b1b14f
and
https://lightgbm.readthedocs.io/en/latest/Parameters.html#max_cat_threshold :
max_cat_threshold, default = 32, type = int, constraints: max_cat_threshold > 0
- used for the categorical features
- limit the max threshold points in categorical features
It got mixed up with:
https://lightgbm.readthedocs.io/en/latest/Parameters.html#max_cat_to_onehot
when number of categories of one feature smaller than or equal to max_cat_to_onehot, one-vs-other split algorithm will be used