Skip to main content
======================
XGBoost Python Package
======================

|PyPI version|

Notes
=====

- Windows users: pip installation may not work on some Windows environments, and it may cause unexpected errors.

Installation from pip on Windows is therefore currently disabled for further investigation; please `install from Github <https://xgboost.readthedocs.io/en/latest/build.html>`_ instead.
- If you want to run XGBoost process in parallel using the fork backend for joblib/multiprocessing, you must build XGBoost without support for OpenMP by ``make no_omp=1``. Otherwise, use the forkserver (in Python 3.4) or spawn backend. See the `sklearn\_parallel.py <../demo/guide-python/sklearn_parallel.py>`__ demo.

Requirements
============

Since this package contains C++ source code, ``pip`` needs a C++ compiler from the system to compile the source code on-the-fly.

macOS
-----

On macOS, ``gcc@5`` is required as later versions remove support for OpenMP. `See here <https://github.com/dmlc/xgboost/issues/1501#issuecomment-292209578>`_ for more info.

Please install ``gcc@5`` from `Homebrew <https://brew.sh/>`_::

brew install gcc@5

After installing ``gcc@5``, set it as your compiler::

export CC = gcc-5
export CXX = g++-5

Linux
-----

Please install ``gcc``::

sudo apt-get install build-essential # Ubuntu/Debian
sudo yum groupinstall 'Development Tools' # CentOS/RHEL

Installation
============

>From `PyPI <https://pypi.python.org/pypi/xgboost>`_
---------------------------------------------------

For a stable version, install using ``pip``::

pip install xgboost

>From source
-----------

For an up-to-date version, `install from Github <https://xgboost.readthedocs.io/en/latest/build.html>`_:

- Run ``./build.sh`` in the root of the repo.
- Make sure you have `setuptools <https://pypi.python.org/pypi/setuptools>`_ installed: ``pip install setuptools``
- Install with ``cd python-package; python setup.py install`` from the root of the repo
- For Windows users, please use the Visual Studio project file under the `Windows folder <../windows/>`_. See also the `installation
tutorial <https://www.kaggle.com/c/otto-group-product-classification-challenge/forums/t/13043/run-xgboost-from-windows-and-python>`_ from Kaggle Otto Forum.
- Add MinGW to the system PATH in Windows if you are using the latest version of xgboost which requires compilation::

python
import os
os.environ['PATH'] = os.environ['PATH'] + ';C:\\Program Files\\mingw-w64\\x86_64-5.3.0-posix-seh-rt_v4-rev0\\mingw64\\bin'

Examples
========

- Refer also to the walk through example in `demo folder <https://github.com/dmlc/xgboost/tree/master/demo/guide-python>`_.
- See also the `example scripts <https://github.com/dmlc/xgboost/tree/master/demo/kaggle-higgs>`_ for Kaggle
Higgs Challenge, including `speedtest script <https://github.com/dmlc/xgboost/tree/master/demo/kaggle-higgs/speedtest.py>`_ on this dataset.

.. |PyPI version| image:: https://badge.fury.io/py/xgboost.svg
:target: http://badge.fury.io/py/xgboost


Release files for xgboost 0.80

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for xgboost 0.80
File Size Uploaded
xgboost-0.80.tar.gz 595.8 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for xgboost 0.80
File Interpreter ABI Platform
xgboost-0.80-py2.py3-none-win_amd64.whl Python 2, Python 3 none Windows x86-64 Details
xgboost-0.80-py2.py3-none-manylinux1_x86_64.whl Python 2, Python 3 none Linux glibc 2.5+ x86-64 Details

Total release size: 23.5 MB

Release files / xgboost-0.80.tar.gz

Download URL xgboost-0.80.tar.gz
Size 595.8 kB
Tags Source
SHA-256 checksum
How to use checksums
ec990238943988e73734ad483cf6c53b81aec9745811c7b6c5cbb189ef5e328b
BLAKE2b-256 checksum
How to use checksums
c61e6d13dacd1d5ea3273210162292e818f82629328ce51cdb7eb633f03e0b52
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.5

Release files / xgboost-0.80-py2.py3-none-win_amd64.whl

Download URL xgboost-0.80-py2.py3-none-win_amd64.whl
Size 7.1 MB
Tags Python 2 Python 3 Windows x86-64
SHA-256 checksum
How to use checksums
4583235618e8824d527c94e9c0aca8825287bd82f07eea6f2d173c1ead13032d
BLAKE2b-256 checksum
How to use checksums
03b80fcc6d3f28f45c5d1ef33fecca4b3bbcf8c4f53bebdc9b9146dad8fda64a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.5

Release files / xgboost-0.80-py2.py3-none-manylinux1_x86_64.whl

Download URL xgboost-0.80-py2.py3-none-manylinux1_x86_64.whl
Size 15.8 MB
Tags Linux glibc 2.5+ x86-64 Python 2 Python 3
SHA-256 checksum
How to use checksums
3441f877442e260bce132acb0cc166886c038521d9ce4dea15ebca7518a22446
BLAKE2b-256 checksum
How to use checksums
8f15606f81a2b8a8e82eaa10683cb3f3074905ec65d3bcef949e3f0909f165a5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.5

Release history Release notifications | RSS feed

3.4.1

7 release files

3.4.0

7 release files

3.3.0

6 release files

3.2.0

6 release files

3.1.3

6 release files

3.1.2

6 release files

3.1.1

6 release files

3.1.0

6 release files

3.0.5

8 release files

3.0.4

8 release files

3.0.3

8 release files

3.0.2

8 release files

3.0.1

8 release files

3.0.0

8 release files

2.1.4

8 release files

2.1.3

8 release files

2.1.2

8 release files

2.1.1

8 release files

2.1.0

8 release files

2.0.3

6 release files

2.0.2

6 release files

2.0.1

6 release files

2.0.0

6 release files

1.7.6

6 release files

1.7.5

6 release files

1.7.4

6 release files

1.7.3

6 release files

1.7.2

6 release files

1.7.1

6 release files

1.6.2

6 release files

1.6.1

6 release files

1.6.0

6 release files

1.5.2

5 release files

1.5.1

5 release files

1.5.0

5 release files

1.4.2

5 release files

1.4.1

5 release files

1.4.0

5 release files

1.3.3

5 release files

1.3.2

5 release files

1.3.1

5 release files

1.2.1

5 release files

1.2.0

4 release files

1.1.1

4 release files

1.1.0

4 release files

1.0.2

3 release files

1.0.1

3 release files

1.0.0

3 release files

0.90

3 release files

0.82

3 release files

0.81

3 release files

This release

0.80 This release

3 release files

0.71

1 release file

0.7.post2

0.7.post1

0.7

0.6

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page