1

假设我有一个数据集,其分类变量编码为 int。在 lightgbm 的 train 函数中,我将这个变量声明为 categorical

lgb.train(..., categorical_feature=['my_categorical_feature'], ...)

lightGBM 可以处理的不同类别的最大数量是多少?

它与max_bin参数有关吗?如果是,如果 max_bin 设置为 32 并且 'my_categorical_feature' 的最大值为 256 000 会发生什么?

谢谢

4

0 回答 0