Record the quick installation of Xgboost, which is suitable for the pyhton3.5/3.6 version.
System: Win10 64bit
Python version: 3.6
1. Download the Xgboost compiled WHL package
The download path is: http://www.lfd.uci.edu/~gohlke/pythonlibs/#xgboost (the address contains Python expansion pack under Windowns)
Please download the corresponding WHL package according to your Python version and the version of your operating system.
2. Installing Xgboost
After the download is done in the WHL package directory, you can replace the following file name with the one you downloaded and install it.
Pip Install *
Installation process:
From the installation information you can see that you need to install NumPy and scipy two packs first.
Ref: Xgboost Series: Installation guide for Windows and Linux under Xgboost
The blog records the Xgboost installation methods in various environments.
Windown Quick Installation Xgboost