Metadata-Version: 2.1
Name: bob.measure
Version: 6.1.1b0
Summary: Evaluation metrics for Bob
Author-email: Andre Anjos <andre.anjos@idiap.ch>
License: BSD 3-Clause License
Project-URL: documentation, https://www.idiap.ch/software/bob/docs/bob/bob.measure/master/sphinx/
Project-URL: homepage, https://pypi.org/project/bob.measure/
Project-URL: repository, https://gitlab.idiap.ch/bob/bob.measure
Project-URL: changelog, https://gitlab.idiap.ch/bob/bob.measure/-/releases
Keywords: bob,pipelines
Classifier: Framework :: Bob
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bob
Requires-Dist: bob.io.base
Requires-Dist: clapper
Requires-Dist: h5py
Requires-Dist: matplotlib
Requires-Dist: numba
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: tabulate
Provides-Extra: doc
Requires-Dist: sphinx ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme ; extra == 'doc'
Requires-Dist: sphinx-autodoc-typehints ; extra == 'doc'
Requires-Dist: auto-intersphinx ; extra == 'doc'
Requires-Dist: sphinxcontrib-programoutput ; extra == 'doc'
Requires-Dist: matplotlib ; extra == 'doc'
Provides-Extra: qa
Requires-Dist: pre-commit ; extra == 'qa'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'

[![badge doc](https://img.shields.io/badge/docs-latest-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.measure/master/sphinx/index.html)
[![badge pipeline](https://gitlab.idiap.ch/bob/bob.measure/badges/master/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.measure/commits/master)
[![badge coverage](https://gitlab.idiap.ch/bob/bob.measure/badges/master/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.measure/master/coverage/)
[![badge gitlab](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/bob/bob.measure)

# Experiment Evaluation Metrics for Bob

This package is part of the signal-processing and machine learning toolbox
[Bob](https://www.idiap.ch/software/bob). It contains common routines for
assessing performance of machine learning experiments.

## Installation

Complete Bob's
[installation instructions](https://www.idiap.ch/software/bob/install).

Then, to install this package, run:

``` sh
conda install bob.measure
```

## Contact

For questions or reporting issues to this software package, contact our
development [mailing list](https://www.idiap.ch/software/bob/discuss).
