Closed
Description
openedon May 9, 2019
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment