python install Xgboost (no need to compile)

I am win10, 64 bit, python version is 3.6

If I want to install Xgboost, I have read many articles on the Internet before that the steps are more complicated, until one day I saw a super simple method, and the test is effective! !

Only two steps are required:

Step1Download
xgboost.whl, the website is xgboost.whl . Find the download corresponding to your system version in it.

Step2
Open cmd and enter pip install F:\xgboost-0.71-cp36-cp36m-win_amd64.whl. After install, write the path name where your .whl is located.

Then you're done, just import xgboost in your IDLE.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324820192&siteId=291194637