Operating System:
Ubuntu
xgboost
version used: python 0.6
xgboost.__version__
'0.6'
If you are using python package, please provide
xgboost
if you are not installing from sourceTypeError: __init__() got an unexpected keyword argument 'booster'
Invalid parameter booster for estimator XGBClassifier. Check the list of available parameters w
ith `estimator.get_params().keys()
dict_keys(['min_child_weight', 'learning_rate', 'objective', 'subsample', 'reg_alpha', 'gamma', 'missing',
'n_estimators', 'silent', 'reg_lambda', 'max_depth', 'colsample_bytree', 'max_delta_step', 'colsample_bylev
el', 'base_score', 'scale_pos_weight', 'seed', 'nthread'])
booster is not among them!
I'm seeing this issue as well.
Yes I am also having this issue
The pypi package is too old (the python package version version is currently meaningless). Install the latest code from github.
I have built the latest xgboost of vesion 0.6a2, but still not support "booster"
I have the same issue 馃槩
Interestingly, it works on Windows, but not on CentOS (where I try to do hyperparameter optimization)
Most helpful comment
I have built the latest xgboost of vesion 0.6a2, but still not support "booster"