when I pass fit_params to the cross_val_score in sklearn, it always return nan
parameters = {\'n_estimators\':100} model = XGBRegressor() cv_re