.gitignore
LICENSE
MANIFEST.in
README.md
mkdocs.yml
setup.py
tox.ini
.github/workflows/ci_test.yml
UncertaintyPlayground.egg-info/PKG-INFO
UncertaintyPlayground.egg-info/SOURCES.txt
UncertaintyPlayground.egg-info/dependency_links.txt
UncertaintyPlayground.egg-info/requires.txt
UncertaintyPlayground.egg-info/top_level.txt
docs/README.md
docs/bib.md
docs/gen_ref_pages.py
docs/index.md
docs/usage.md
examples/compare_models_example.py
examples/mdn_example.py
examples/svgp_example.py
uncertaintyplayground/__init__.py
uncertaintyplayground/requirements.txt
uncertaintyplayground/models/__init__.py
uncertaintyplayground/models/mdn_model.py
uncertaintyplayground/models/svgp_model.py
uncertaintyplayground/predplot/__init__.py
uncertaintyplayground/predplot/grid_predplot.py
uncertaintyplayground/predplot/mdn_predplot.py
uncertaintyplayground/predplot/svgp_predplot.py
uncertaintyplayground/tests/__init__.py
uncertaintyplayground/tests/test_early_stopping.py
uncertaintyplayground/tests/test_generate_data.py
uncertaintyplayground/tests/test_mdn_model.py
uncertaintyplayground/tests/test_mdn_predplot.py
uncertaintyplayground/tests/test_mdn_trainer.py
uncertaintyplayground/tests/test_svgp_model.py
uncertaintyplayground/tests/test_svgp_predplot.py
uncertaintyplayground/tests/test_svgp_trainer.py
uncertaintyplayground/trainers/__init__.py
uncertaintyplayground/trainers/base_trainer.py
uncertaintyplayground/trainers/mdn_trainer.py
uncertaintyplayground/trainers/svgp_trainer.py
uncertaintyplayground/utils/__init__.py
uncertaintyplayground/utils/early_stopping.py
uncertaintyplayground/utils/generate_data.py