ppc64le/linux/: xgboost-3.0.2 metadata and description

Simple index

XGBoost Python Package

author_email Hyunsu Cho <[email protected]>, Jiaming Yuan <[email protected]>
classifiers
  • Development Status :: 5 - Production/Stable
  • License :: OSI Approved :: Apache Software License
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: 3.13
  • Typing :: Typed
  • Environment :: MetaData :: IBM Python Ecosystem
description_content_type text/x-rst
license Apache-2.0
project_urls
  • documentation, https://xgboost.readthedocs.io/en/stable/
  • repository, https://github.com/dmlc/xgboost
provides_extras scikit-learn
requires_dist
  • numpy
  • scipy
  • dask; extra == 'dask'
  • distributed; extra == 'dask'
  • pandas; extra == 'dask'
  • pandas>=1.2; extra == 'pandas'
  • graphviz; extra == 'plotting'
  • matplotlib; extra == 'plotting'
  • cloudpickle; extra == 'pyspark'
  • pyspark; extra == 'pyspark'
  • scikit-learn; extra == 'pyspark'
  • scikit-learn; extra == 'scikit-learn'
requires_python >=3.10
File Tox results History
xgboost-3.0.2-py3-none-manylinux_2_34_ppc64le.whl
Size
5 MB
Type
Python Wheel
Python
3

PyPI version

Installation

From PyPI

For a stable version, install using pip:

pip install xgboost

For building from source, see build.