Я пытаюсь использовать XGBoost в Python получаю сообщение об ошибке
xgboost.core.XGBoostError: [09:26:06] c:\users\administrator\workspace\xgboost-win64_release_1.0.0\src\gbm\gbtree.h:308: Check failed: gpu_predictor_:
Я использую Sklearn и создаю модель как
model = XGBRegressor(learning_rate = 0.02,
n_estimators = 1000,
max_depth = 12,
tree_method='gpu_hist',
objective = 'reg:logistic',
nthread = -1,
silent = False)
. Метод дерева на процессоре.