Metadata-Version: 2.1
Name: xgboost
Version: 1.5.1
Summary: XGBoost Python Package
Home-page: https://github.com/dmlc/xgboost
Maintainer: Hyunsu Cho
Maintainer-email: chohyu01@cs.washington.edu
License: Apache-2.0
Description: ======================
        XGBoost Python Package
        ======================
        
        |PyPI version|
        
        Installation
        ============
        
        From `PyPI <https://pypi.python.org/pypi/xgboost>`_
        ---------------------------------------------------
        
        For a stable version, install using ``pip``::
        
            pip install xgboost
        
        .. |PyPI version| image:: https://badge.fury.io/py/xgboost.svg
           :target: http://badge.fury.io/py/xgboost
        
        For building from source, see `build <https://xgboost.readthedocs.io/en/latest/build.html>`_.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Provides-Extra: pandas
Provides-Extra: scikit-learn
Provides-Extra: dask
Provides-Extra: datatable
Provides-Extra: plotting
