pass fit_params to the cross_val_score in sklearn, it always return nan

前端 未结 0 367
北荒
北荒 2021-02-04 07:17

when I pass fit_params to the cross_val_score in sklearn, it always return nan

parameters = {\'n_estimators\':100}

model = XGBRegressor()

cv_re         


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