LICENSE
MANIFEST.in
README.md
setup.py
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
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