我已经用 训练了xgboost模型GPU('gpu_tree')。然后使用保存我的模型pickle。现在,我尝试在非 GPU 机器中加载该模型,但它抛出此错误。
raise XGBoostError(py_str(_LIB.XGBGetLastError()))
xgboost.core.XGBoostError: [16:36:57] /tmp/pip-install-
mqijktew/xgboost/build/temp.linux-x86_64-3.6/xgboost/src/tree/
tree_updater.cc:20:
Unknown tree updater grow_gpu_hist
Run Code Online (Sandbox Code Playgroud)
任何帮助,将不胜感激。