CHANGELOG.md
LICENSE
README.md
pyproject.toml
./src/probly.egg-info/PKG-INFO
./src/probly.egg-info/SOURCES.txt
./src/probly.egg-info/dependency_links.txt
./src/probly.egg-info/entry_points.txt
./src/probly.egg-info/requires.txt
./src/probly.egg-info/top_level.txt
src/probly/__init__.py
src/probly/data.py
src/probly/losses.py
src/probly/metrics.py
src/probly/plot.py
src/probly/tasks.py
src/probly/utils.py
src/probly.egg-info/PKG-INFO
src/probly.egg-info/SOURCES.txt
src/probly.egg-info/dependency_links.txt
src/probly.egg-info/entry_points.txt
src/probly.egg-info/requires.txt
src/probly.egg-info/top_level.txt
src/probly/quantification/__init__.py
src/probly/quantification/classification.py
src/probly/quantification/regression.py
src/probly/representation/__init__.py
src/probly/representation/bayesian.py
src/probly/representation/conformalprediction.py
src/probly/representation/dropconnect.py
src/probly/representation/dropout.py
src/probly/representation/ensemble.py
src/probly/representation/subensemble.py
src/probly/representation/classification/__init__.py
src/probly/representation/classification/evidential.py
src/probly/representation/layers/__init__.py
src/probly/representation/layers/bayesian.py
src/probly/representation/layers/dropconnect.py
src/probly/representation/layers/normalinversegamma.py
src/probly/representation/regression/__init__.py
src/probly/representation/regression/evidential.py
tests/test_dropout.py