Evalmate is a set of tools for evaluating audio related machine learning tasks.
Project description
# EVALMATE
[![PyPI](https://img.shields.io/pypi/v/evalmate.svg)](https://pypi.python.org/pypi/evalmate) [![Run Status](https://api.shippable.com/projects/5b6c0016c767f20700d1d2e0/badge?branch=master)](https://app.shippable.com/github/ynop/evalmate) [![Coverage Badge](https://api.shippable.com/projects/5b6c0016c767f20700d1d2e0/coverageBadge?branch=master)](https://app.shippable.com/github/ynop/evalmate) [![Documentation Status](https://readthedocs.org/projects/evalmate/badge/?version=latest)](https://evalmate.readthedocs.io/en/latest/?badge=latest)
Evalmate is a set of tools for evaluating audio related machine learning tasks.
[Documentation](https://evalmate.readthedocs.io/) [Examples](https://github.com/ynop/evalmate/tree/master/examples) [Changelog](https://evalmate.readthedocs.io/en/latest/notes/changelog.html)
## Installation
`sh pip install evalmate `
Install the latest development version:
`sh pip install git+https://github.com/ynop/evalmate.git `
## Development
### Prerequisites
[A supported version of Python 3](https://docs.python.org/devguide/index.html#status-of-python-branches)
It’s recommended to use a virtual environment when developing audiomate. To create one, execute the following command in the project’s root directory:
` python -m venv . `
To install evalmate and all it’s dependencies, execute:
` pip install -e . `
### Running the test suite
` pip install -e .[dev] python setup.py test `
With PyCharm you might have to change the default test runner. Otherwise, it might only suggest to use nose. To do so, go to File > Settings > Tools > Python Integrated Tools (on the Mac it’s PyCharm > Preferences > Settings > Tools > Python Integrated Tools) and change the test runner to py.test.
### Editing the Documentation
The documentation is written in [reStructuredText](http://docutils.sourceforge.net/rst.html) and transformed into various output formats with the help of [Sphinx](http://www.sphinx-doc.org/).
[Syntax reference reStructuredText](http://docutils.sourceforge.net/docs/user/rst/quickref.html)
[Sphinx-specific additions to reStructuredText](http://www.sphinx-doc.org/en/stable/markup/index.html)
To generate the documentation, execute:
` pip install -e .[dev] cd docs make html `
The generated files are written to docs/_build/html.
### Versions
Versions is handled using [bump2version](https://github.com/c4urself/bump2version). To bump the version:
` bump2version [major,minor,patch,release,num] `
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file evalmate-0.3.0.tar.gz
.
File metadata
- Download URL: evalmate-0.3.0.tar.gz
- Upload date:
- Size: 27.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4cf64295fad605860c9ff15ced8a150d0bb29479473895e1d91acff598553c70 |
|
MD5 | 067780908a43f6e17d5559b4bcb60304 |
|
BLAKE2b-256 | b09ef8c5ce799465c177d380a76d898ebf2882ac1656a9a8265b751f134cc67c |
File details
Details for the file evalmate-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: evalmate-0.3.0-py3-none-any.whl
- Upload date:
- Size: 43.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2948b000dc0b30a193de9fba20359d9cc90441d1722ec3e73a6fa327316f83a4 |
|
MD5 | fc9dcc66716f1a552ba6cf6a89e18d95 |
|
BLAKE2b-256 | 59906a5bd5bb8ffaf978d84920cfa171dc664bca121c14923daca955d16334ef |