TypeError: unsupported operand type(s) for +: 'XGBClassifier' and 'int'

前端 未结 0 972
南旧
南旧 2021-01-26 06:46

I have a error when trying to grid search to optimize XGBoost. This is my code

from sklearn.model_selection import RandomizedSearchCV

param_grid = {\'max_depth\'         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题