معرفی شرکت ها


evalmate-0.3.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Evalmate is a set of tools for evaluating audio related machine learning tasks.
ویژگی مقدار
سیستم عامل -
نام فایل evalmate-0.3.0
نام evalmate
نسخه کتابخانه 0.3.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Matthias Buechi, Andreas Ahlenstorf
ایمیل نویسنده buec@zhaw.ch
آدرس صفحه اصلی https://github.com/ynop/evalmate
آدرس اینترنتی https://pypi.org/project/evalmate/
مجوز MIT
# 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] ```


نیازمندی

مقدار نام
==3.0.0 audiomate
>=1.14.0 numpy
>=1.1.0 scipy
>=2.0 networkx
>=2.1 Jinja2
==3.6.0) flake8
==0.12.1) flake8-quotes
==6.7) click
==4.0.0) pytest
==3.0) pytest-runner
==2.5.1) pytest-cov
==1.6.5) Sphinx
==0.2.5b1) sphinx-rtd-theme


نحوه نصب


نصب پکیج whl evalmate-0.3.0:

    pip install evalmate-0.3.0.whl


نصب پکیج tar.gz evalmate-0.3.0:

    pip install evalmate-0.3.0.tar.gz