Metadata-Version: 2.1
Name: kappaml-core
Version: 0.0.2
Summary: Online automated machine learning algorithms from KappaML
Home-page: https://github.com/KappaML/kappaml-core
Author: Alex Imbrea
Author-email: alex@kappaml.com
License: Apache-2.0
Project-URL: Documentation, https://kappaml-core.readthedocs.io/en/latest
Project-URL: Source, https://github.com/KappaML/kappaml-core
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Description-Content-Type: text/x-rst; charset=UTF-8
License-File: LICENSE.txt
Requires-Dist: importlib-metadata; python_version < "3.8"
Requires-Dist: river>=0.21.0
Provides-Extra: testing
Requires-Dist: setuptools; extra == "testing"
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"

.. image:: https://readthedocs.org/projects/kappaml-core/badge/?version=latest
    :alt: ReadTheDocs
    :target: https://kappaml-core.readthedocs.io/en/stable/
.. image:: https://img.shields.io/pypi/v/kappaml-core.svg
    :alt: PyPI-Server
    :target: https://pypi.org/project/kappaml-core/
.. image:: https://img.shields.io/conda/vn/conda-forge/kappaml-core.svg
    :alt: Conda-Forge
    :target: https://anaconda.org/conda-forge/kappaml-core
.. .. image:: https://coveralls.io/repos/github/KappaML/kappaml-core/badge.svg?branch=master
..     :alt: Coveralls
..     :target: https://coveralls.io/github/KappaML/kappaml-core?branch=master
.. image:: https://pepy.tech/badge/kappaml-core/month
    :alt: Monthly Downloads
    :target: https://pepy.tech/project/kappaml-core

============
kappaml-core
============


    Core library for the KappaML project.


This library implements experimental online automated machine learning algorithms for the KappaML project.


.. _pyscaffold-notes:

Note
====

This project has been set up using PyScaffold 4.1.4. For details and usage
information on PyScaffold see https://pyscaffold.org/.
