https://github.com/audeering/audplot
Basic plotting for machine learning problems
https://github.com/audeering/audplot
machine-learning plot
Last synced: 9 months ago
JSON representation
Basic plotting for machine learning problems
- Host: GitHub
- URL: https://github.com/audeering/audplot
- Owner: audeering
- License: other
- Created: 2021-06-11T07:49:03.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T07:21:31.000Z (over 1 year ago)
- Last Synced: 2025-05-18T05:05:00.186Z (about 1 year ago)
- Topics: machine-learning, plot
- Language: Python
- Homepage: https://audeering.github.io/audplot/
- Size: 19.9 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
=======
audplot
=======
|tests| |coverage| |docs| |python-versions| |license|
**audplot** includes plotting functions targeted at
signal processing (e.g. spectral images)
and machine learning problems (e.g. confusion matrix).
.. badges images and links:
.. |tests| image:: https://github.com/audeering/audplot/workflows/Test/badge.svg
:target: https://github.com/audeering/audplot/actions?query=workflow%3ATest
:alt: Test status
.. |coverage| image:: https://codecov.io/gh/audeering/audplot/branch/main/graph/badge.svg?token=t5c5Ky64Ch
:target: https://codecov.io/gh/audeering/audplot/
:alt: code coverage
.. |docs| image:: https://img.shields.io/pypi/v/audplot?label=docs
:target: https://audeering.github.io/audplot/
:alt: audplot's documentation
.. |license| image:: https://img.shields.io/badge/license-MIT-green.svg
:target: https://github.com/audeering/audplot/blob/main/LICENSE
:alt: audplot's MIT license
.. |python-versions| image:: https://img.shields.io/pypi/pyversions/audplot.svg
:target: https://pypi.org/project/audplot/
:alt: audplot's supported Python versions