Metadata-Version: 2.1
Name: yamlu
Version: 0.0.9
Summary: yet another machine learning utility library
Home-page: https://github.com/bernhardschaefer/yamlu/
Author: Bernhard Schäfer
Author-email: bernhard.schaefer1+pypi@gmail.com
License: Apache 2.0
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Python: >=3.7
Description-Content-Type: text/x-rst; charset=UTF-8
License-File: LICENSE.txt
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: Pillow
Requires-Dist: importlib-metadata ; python_version < "3.8"
Provides-Extra: all
Requires-Dist: scikit-learn ; extra == 'all'
Requires-Dist: pandas ; extra == 'all'
Requires-Dist: seaborn ; extra == 'all'
Requires-Dist: tqdm ; extra == 'all'
Requires-Dist: joblib ; extra == 'all'
Requires-Dist: torch ; extra == 'all'
Provides-Extra: testing
Requires-Dist: setuptools ; extra == 'testing'
Requires-Dist: pytest ; extra == 'testing'

.. image:: https://github.com/bernhardschaefer/yamlu/actions/workflows/run_tests.yaml/badge.svg
    :alt: Built status
    :target: https://github.com/bernhardschaefer/yamlu/actions/workflows/run_tests.yaml
.. image:: https://img.shields.io/pypi/v/yamlu.svg
    :alt: PyPI-Server
    :target: https://pypi.org/project/yamlu/
.. image:: https://img.shields.io/badge/-PyScaffold-005CA0?logo=pyscaffold
    :alt: Project generated with PyScaffold
    :target: https://pyscaffold.org/

|

yamlu
=====

    yet another machine learning utility library

A longer description of your project goes here...

.. _pyscaffold-notes:

Note
====

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


