.coveragerc
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pixi.lock
pyproject.toml
.github/dependabot.yml
.github/workflows/deploy-gh-pages.yml
.github/workflows/lint.yml
.github/workflows/publish.yml
.github/workflows/python-app.yml
.idea/.gitignore
.idea/bde.iml
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml
.idea/dictionaries/project.xml
.idea/inspectionProfiles/profiles_settings.xml
.vscode/settings.json
bde/__init__.py
bde/_version.py
bde/bde.py
bde/bde_builder.py
bde/bde_evaluator.py
bde/task.py
bde/data/__init__.py
bde/data/airfoil.csv
bde/data/concrete.data
bde/data/iris.csv
bde/data/utils.py
bde/loss/__init__.py
bde/loss/loss.py
bde/models/__init__.py
bde/models/models.py
bde/sampler/__init__.py
bde/sampler/callbacks.py
bde/sampler/mile_wrapper.py
bde/sampler/prior.py
bde/sampler/probabilistic.py
bde/sampler/types.py
bde/sampler/utils.py
bde/sampler/warmup.py
bde/tests/__init__.py
bde/tests/test_bde.py
bde/training/__init__.py
bde/training/callbacks.py
bde/training/trainer.py
bde/utils/__init__.py
bde/utils/discovery.py
bde/utils/tests/__init__.py
bde/utils/tests/test_common.py
bde/utils/tests/test_discovery.py
doc/Makefile
doc/api.rst
doc/conf.py
doc/index.rst
doc/make.bat
doc/quick_start.rst
doc/user_guide.rst
doc/_static/css/project-template.css
doc/_static/img/flowchart.png
doc/_static/img/index_api.svg
doc/_static/img/index_examples.svg
doc/_static/img/index_examples_small.png
doc/_static/img/index_getting_started.svg
doc/_static/img/index_user_guide.svg
doc/_static/img/logo.svg
doc/_static/js/copybutton.js
doc/_templates/class.rst
doc/_templates/function.rst
doc/_templates/numpydoc_docstring.py
doc/_templates/sidebar-search-bs.html
examples/README.rst
examples/__init__.py
examples/example.py
sklearn_contrib_bde.egg-info/PKG-INFO
sklearn_contrib_bde.egg-info/SOURCES.txt
sklearn_contrib_bde.egg-info/dependency_links.txt
sklearn_contrib_bde.egg-info/requires.txt
sklearn_contrib_bde.egg-info/top_level.txt