Metadata-Version: 2.1
Name: credible
Version: 1.0.1
Summary: This library contains implementations of some scikit-learn metrics with confidence intervals
Author-email: Andre Anjos <andre.anjos@idiap.ch>
License: GNU General Public License v3 (GPLv3)
Project-URL: documentation, https://credible.readthedocs.io/en/v1.0.1/
Project-URL: homepage, https://pypi.org/project/credible
Project-URL: repository, https://gitlab.idiap.ch/biosignal/software/credible
Project-URL: changelog, https://gitlab.idiap.ch/biosignal/software/credible/-/releases
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: scikit-learn
Provides-Extra: qa
Requires-Dist: pre-commit; extra == "qa"
Provides-Extra: doc
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: furo; extra == "doc"
Requires-Dist: sphinx-autodoc-typehints; extra == "doc"
Requires-Dist: auto-intersphinx; extra == "doc"
Requires-Dist: sphinx-copybutton; extra == "doc"
Requires-Dist: sphinx-inline-tabs; extra == "doc"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: coverage; extra == "test"

<!--
SPDX-FileCopyrightText: Copyright © 2023 Idiap Research Institute <contact@idiap.ch>

SPDX-License-Identifier: GPL-3.0-or-later
-->

[![latest-docs](https://img.shields.io/badge/docs-v1.0.1-orange.svg)](https://credible.readthedocs.io/en/v1.0.1/)
[![build](https://gitlab.idiap.ch/biosignal/software/credible/badges/v1.0.1/pipeline.svg)](https://gitlab.idiap.ch/biosignal/software/credible/commits/v1.0.1)
[![coverage](https://gitlab.idiap.ch/biosignal/software/credible/badges/v1.0.1/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/biosignal/software/credible/v1.0.1/coverage/index.html)
[![repository](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/biosignal/software/credible)

# Scikit-Learn compatible metrics with credible regions and confidence intervals

This library contains implementations of some scikit-learn metrics with credible regions and confidence intervals.

For installation and usage instructions, check-out our documentation.
