from sklearn.feature_selection import RFECVimport sklearn.metrics对于RFE或RFECV,我得到了相同的结果:
~/miniconda2/envs/py3/lib/python3.6/site-packages/xgboost/sklearn.py in coef_(
我使用GridSearchCV在我的XGB模型中找到最佳参数,以下是我的代码 # Xgboost 'booster': 'gbtree',
'objective) need to be a sequence(but not a string) or np.ndarray 我检查了XGB文档,上面写着 "booster default= gbtree 使用哪种助推器可以是gbtree、gblinear或dart;gbtree