Metadata-Version: 2.1
Name: sklvq
Version: 0.1.2
Summary: A collection of Learning Vector Quantization algorithms compatible with scikit-learn
Home-page: https://github.com/rickvanveen/sklvq
Maintainer: Rick van Veen
Maintainer-email: r.van.veen133@gmail.com
License: The 3-Clause BSD License
Download-URL: https://github.com/rickvanveen/sklvq
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
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 (>=1.14.0)
Requires-Dist: scipy (>=1.1.0)
Requires-Dist: scikit-learn (>=0.23.2)
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-gallery ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: numpydoc ; extra == 'docs'
Requires-Dist: matplotlib ; extra == 'docs'
Requires-Dist: pillow ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: coverage ; extra == 'tests'
Requires-Dist: pandas ; extra == 'tests'

.. -*- mode: rst -*-

|AzurePipelines|_ |ReadTheDocs|_ |CodeCov|_ |CodeStyleBlack|_ |CodeFactor|_ |LGTM|_

.. |AzurePipelines| image:: https://dev.azure.com/rvanveen133/sklvq/_apis/build/status/rickvanveen.sklvq?branchName=master
.. _AzurePipelines: https://dev.azure.com/rvanveen133/sklvq/

.. |ReadTheDocs| image:: https://readthedocs.org/projects/sklvq/badge/?version=stable
.. _ReadTheDocs: https://sklvq.readthedocs.io/en/latest/?badge=stable

.. |CodeCov| image:: https://codecov.io/gh/rickvanveen/sklvq/branch/master/graph/badge.svg
.. _CodeCov: https://codecov.io/gh/rickvanveen/sklvq

.. |CodeStyleBlack| image:: https://img.shields.io/badge/code%20style-black-000000.svg
.. _CodeStyleBlack: https://github.com/psf/black

.. |CodeFactor| image:: https://www.codefactor.io/repository/github/rickvanveen/sklvq/badge/master
.. _CodeFactor: https://www.codefactor.io/repository/github/rickvanveen/sklvq/

.. |LGTM| image:: https://img.shields.io/lgtm/grade/python/g/rickvanveen/sklvq.svg?logo=lgtm&logoWidth=18)
.. _LGTM: https://lgtm.com/projects/g/rickvanveen/sklvq/context:python

sklvq - A collection of expandable Learning Vector Quantization algorithms
==========================================================================

Documentation with install instruction and examples can be found here: https://sklvq.readthedocs.io/en/latest/

If you find any bugs or have any other suggestions on how to improve the code then please use the issue tracker on
github (https://github.com/rickvanveen/sklvq/issues).


