MANIFEST.in
README.md
pyproject.toml
setup.py
LICENSES/GPL-3.0-or-later.txt
doc/api.rst
doc/ci.rst
doc/conf.py
doc/index.rst
doc/install.rst
doc/links.rst
doc/nitpick-exceptions.txt
doc/references.rst
doc/examples/coverage.py
doc/examples/f1-comparison.py
doc/examples/f1-coverage.py
doc/examples/precision-comparison.py
doc/examples/precision-recall-curve-ci.py
doc/examples/recall-comparison.py
doc/examples/roc-ci.py
doc/img/curve-estimation-algorithm-dark.svg
doc/img/curve-estimation-algorithm-light.svg
src/credible/__init__.py
src/credible/curves.py
src/credible/plot.py
src/credible/utils.py
src/credible.egg-info/PKG-INFO
src/credible.egg-info/SOURCES.txt
src/credible.egg-info/dependency_links.txt
src/credible.egg-info/requires.txt
src/credible.egg-info/top_level.txt
src/credible.egg-info/zip-safe
src/credible/bayesian/functors.py
src/credible/bayesian/kfold.py
src/credible/bayesian/metrics.py
src/credible/bayesian/utils.py
src/credible/frequentist/functors.py
src/credible/frequentist/utils.py
tests/__init__.py
tests/conftest.py
tests/test_bayesian_metrics.py
tests/test_bayesian_utils.py
tests/test_curves.py
tests/test_frequentist_utils.py
tests/test_plot.py