XGBoost安装问题 xgboost.libpath.XGBooetLibraryNotFound:Cannot find XGBoost Library in the candidate path

解决方案
在http://ssl.picnet.com.au/xgboost/中下载对应版本的动态链接库xgboost.xll,将其放到报错中提示的位置,在我电脑上这个位置是C:UsersAdministratorAppDataRoamingPythonPython35site-packagesxgboostlib。