Metadata-Version: 2.1
Name: dp-xgboost
Version: 0.2.8
Summary: DP-XGBoost Python Package from Sarus
Home-page: https://github.com/sarus-tech/dp-xgboost
Maintainer: Nicolas Grislain
Maintainer-email: ng@sarus.tech
License: Apache-2.0
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
Requires-Dist: numpy
Requires-Dist: scipy
Provides-Extra: dask
Requires-Dist: dask ; extra == 'dask'
Requires-Dist: pandas ; extra == 'dask'
Requires-Dist: distributed ; extra == 'dask'
Provides-Extra: datatable
Requires-Dist: datatable ; extra == 'datatable'
Provides-Extra: pandas
Requires-Dist: pandas ; extra == 'pandas'
Provides-Extra: plotting
Requires-Dist: graphviz ; extra == 'plotting'
Requires-Dist: matplotlib ; extra == 'plotting'
Provides-Extra: scikit-learn
Requires-Dist: scikit-learn ; extra == 'scikit-learn'

=========================
DP-XGBoost Python Package
=========================

|PyPI version|

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

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

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

    pip install dp-xgboost

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

For building from source, see https://github.com/sarus-tech/dp-xgboost.


