Вот мой параметр для xgboost
xgb = xgboost.XGBRegressor(colsample_bytree=0.4,
gamma=0,
learning_rate=0.07,
max_depth=3,
min_child_weight=1.5,
n_estimators=10000,
reg_alpha=0.75,
reg_lambda=0.45,
subsample=0.6,
seed=42,
gpu_id = 0,
tree_method = 'gpu_hist',
verbose_eval=50,
verbose=True)
Я включил многословный = True но не потеря или точность не обнаруживаются