lightgbm categorical feature
lightgbm的可以指定categorical feature,在方法
dtrain = lgb.Dataset(x,y,categorical_feature=['nameA','nameB','nameC'])
直接在
lgb.cv中也有categorical_feature参数,但是这里我尝试后会报错,没有深究为什么
dtrain = lgb.Dataset(x,y,categorical_feature=['nameA','nameB','nameC'])
直接在
lgb.cv中也有categorical_feature参数,但是这里我尝试后会报错,没有深究为什么
留言
張貼留言