install xgboost package in python (Anaconda)
注:在stackoverflow.com发现的一个回答。非常简单并且成功安装,在这里保存一下。
Question:How to install xgboost package in python (windows platform)?
The Part Of Answer I Used:
I just installed xgboost both for my python 2.7 and python 3.5, anaconda, 64bit machine and 64 bit python.
both VERY simple, NO VS2013 or git required.
I think it works for normal python, too.
If you use python 3.5:
1: download the package here, the version depends on your python version, python3.5 or python 3.6, 32bit or 64bit.
2: use the command window, use cd to make the download folder as your pwd, then use
pip install filename.whl
OK, finished. For more detailed steps, see this answer