Metadata-Version: 2.1
Name: dask-ml
Version: 1.2.0
Summary: A library for distributed and parallel machine learning
Home-page: https://github.com/dask/dask-ml
Author: Tom Augspurger
Author-email: taugspurger@anaconda.com
License: BSD
Description: dask-ml
        =======
        
        ``dask-ml`` is a library for distributed and parallel machine learning using `dask`_.
        See the `documentation`_ for more.
        
        .. image:: https://dev.azure.com/dask-dev/dask/_apis/build/status/dask.dask-ml?branchName=master
           :target: https://dev.azure.com/dask-dev/dask/_build/latest?definitionId=1&branchName=master
           :alt: CI Status
        
        .. _dask: https://dask.org
        .. _documentation: http://ml.dask.org
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Provides-Extra: docs
Provides-Extra: test
Provides-Extra: dev
Provides-Extra: tensorflow
Provides-Extra: xgboost
Provides-Extra: complete
