Metadata-Version: 2.4
Name: credible
Version: 1.0.3
Summary: This library contains implementations of some scikit-learn metrics with confidence intervals
Project-URL: documentation, https://credible.readthedocs.io/en/v1.0.3/
Project-URL: homepage, https://pypi.org/project/credible
Project-URL: repository, https://gitlab.idiap.ch/medai/software/credible
Project-URL: changelog, https://gitlab.idiap.ch/medai/software/credible/-/releases
Author-email: Andre Anjos <andre.anjos@idiap.ch>
License-Expression: GPL-3.0-or-later
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
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scikit-learn
Requires-Dist: scipy
Provides-Extra: doc
Requires-Dist: auto-intersphinx; extra == 'doc'
Requires-Dist: furo; extra == 'doc'
Requires-Dist: sphinx; extra == 'doc'
Requires-Dist: sphinx-autodoc-typehints; extra == 'doc'
Requires-Dist: sphinx-copybutton; extra == 'doc'
Requires-Dist: sphinx-inline-tabs; 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'
Description-Content-Type: text/markdown

<!--
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.3-orange.svg)](https://credible.readthedocs.io/en/v1.0.3/)
[![build](https://gitlab.idiap.ch/medai/software/credible/badges/v1.0.3/pipeline.svg)](https://gitlab.idiap.ch/medai/software/credible/commits/v1.0.3)
[![coverage](https://gitlab.idiap.ch/medai/software/credible/badges/v1.0.3/coverage.svg)](https://www.idiap.ch/software/medai/docs/medai/software/credible/v1.0.3/coverage/index.html)
[![repository](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/medai/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.
