MANIFEST.in
README.md
pyproject.toml
setup.py
doc/api.rst
doc/ci.rst
doc/index.rst
doc/install.rst
doc/links.rst
doc/references.rst
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