https://github.com/fo40225/xgboost-prebuilt-wheel
This repo contains xgboost prebuilt wheel for python3.
https://github.com/fo40225/xgboost-prebuilt-wheel
wheels windows xgboost
Last synced: 7 months ago
JSON representation
This repo contains xgboost prebuilt wheel for python3.
- Host: GitHub
- URL: https://github.com/fo40225/xgboost-prebuilt-wheel
- Owner: fo40225
- Created: 2017-09-17T08:32:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-02T17:08:55.000Z (almost 8 years ago)
- Last Synced: 2025-01-14T05:24:07.663Z (9 months ago)
- Topics: wheels, windows, xgboost
- Homepage:
- Size: 48.8 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xgboost-prebuilt-wheel
This repo contains xgboost prebuilt wheel for python3.## Windows
For the general purpose, download [this](https://github.com/fo40225/xgboost-prebuilt-wheel/tree/master/v0.7/windows/cpu/msvc/general/xgboost-0.7-py3-none-any.whl).pip install xgboost-0.7-py3-none-any.whl
### msvcneed `vcopm140.dll` in PATH. If you are not using Anaconda, install Microsoft Visual C++ 2015 Redistributable [vc_redist.x64.exe](https://www.microsoft.com/en-us/download/details.aspx?id=53840) to get it, 2017 also works.
### gcc
need gcc runtime file in PATH.
### icc
Those whl are highly optimized by Intel Compiler, the folder `zen` contains cracked binary for AMD CPU.
### GPU
https://github.com/fo40225/xgboost-prebuilt-wheel/tree/master/v0.7/windows/gpu/cuda91sm30avx2
required CUDA 9.1 & compute capability 3.0 up & CPU with AVX
## mac
OpenMP enabled.
brew install gcc6
pip3 install xgboost-0.6-py3-none-any.whl