gbdt_lr_in_recsys icon indicating copy to clipboard operation
gbdt_lr_in_recsys copied to clipboard

AttributeError: 'XGBClassifier' object has no attribute 'apply'

Open seven-xu opened this issue 7 years ago • 4 comments

AttributeError: 'XGBClassifier' object has no attribute 'apply'

seven-xu avatar Apr 11 '17 06:04 seven-xu

You need to install xgboost form the source code.

andyxzq avatar Apr 12 '17 03:04 andyxzq

yes, new version is ok, thanks!

seven-xu avatar Apr 14 '17 03:04 seven-xu

experiment effect prove that the gbdt is best, the second is gbdt+lr, the last is lr, why gbdt+lr ?

seven-xu avatar Apr 14 '17 04:04 seven-xu

I think maybe because you have got very useful features, so you don't need gbdt to construct additional features for lr under your business.

andyxzq avatar Apr 25 '17 08:04 andyxzq