Reputation: 173
I am using XGBRegressor of scklearn wrapper to create xgboost model .
If the booster parameter upon some change between 'gblinear' and 'gbtree' ?
If not , what booster is used ?
Unfortunately I don't see some clear answer regrading the issue
Thanks
Upvotes: 0
Views: 820
Reputation: 2841
The sklearn wrapper does not allow you to change the booster parameter. It uses gbtree. I have filed an issue on this.
Upvotes: 1