How to install Xgboost on macOS compiled with GPU Support?
问题 I am trying to install xgboost integrated with GPU support, on my MacOS Mojave(10.14.6) from last 3 days, however, no success has been reached. I tried 2 approaches: pip install xgboost xgboost is installed here and it runs successfully without GPU option(i.e., without tree_method=’gpu_hist’). I want to run with gpu_hist by giving “tree_method=’gpu_hist’ ” in tree parameters. When I gave “tree_method=’gpu_hist’ ” in tree parameters, following error has come: XGBoostError: [12:10:34] /Users