欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

install xgboost package in python (Anaconda)

程序员文章站 2022-04-15 18:06:02
...

注:在*.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