Xgboost Module Installation
1. Download Xgboost source url:https://github.com/dmlc/xgboost/archive/master.zip
cut the compression package to the python3\scripts ask price clip for decompression (Python modules are in this folder)
The extracted folders are as follows: Xgboost-master > Python-package > Xgboost (Confirm that the path can be found)
2. Download the latest DLL file Url:http://www.picnet.com.au/blogs/guido/2016/09/22/xgboost-windows-x64-binaries-for-download
Select x64 under not gpu-enabled--xgboost.dll
3. Place the downloaded DLL file in the following folder:
Python3\scripts\xgboost-master\python-package\xgboost
4. Go to the folder Python3\scripts\xgboost-master\python-package and enter the following command:
python setup.py Install
Installation is complete!
5. Enter Python3 environment, enter import xgboost (without error, module installation is successful)
Python module installation (xgboost)