.coveragerc
.travis.yml
AUTHORS.rst
CHANGES.rst
CITATION.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.txt
README.md
github_deploy_key_alan_turing_institute_skpro.enc
requirements.txt
setup.cfg
setup.py
test-requirements.txt
docs/Makefile
docs/advanced.rst
docs/authors.rst
docs/baselines.rst
docs/changes.rst
docs/conf.py
docs/contributing.rst
docs/extending.rst
docs/index.rst
docs/installation.rst
docs/introduction.rst
docs/license.rst
docs/parametric.rst
docs/user_guide.rst
docs/vendors.rst
docs/workflow.rst
docs/_static/.gitignore
docs/_static/base_api.png
docs/_static/overview.png
docs/_static/parametric.png
docs/_static/pymc_example_plot.png
docs/_static/simple_example_plot.png
docs/_static/logo/logo.png
docs/figures/logo.svg
docs/figures/overview.svg
examples/custom_model.py
examples/simple.py
examples/utils.py
examples/workflow.py
examples/parametric/bagging.py
examples/parametric/hyperparameters.py
examples/parametric/simple.py
examples/parametric/workflow.py
examples/vendors/pymc.py
skpro/__init__.py
skpro/base.py
skpro/density.py
skpro/ensemble.py
skpro/metrics.py
skpro/model_selection.py
skpro/utils.py
skpro.egg-info/PKG-INFO
skpro.egg-info/SOURCES.txt
skpro.egg-info/dependency_links.txt
skpro.egg-info/not-zip-safe
skpro.egg-info/requires.txt
skpro.egg-info/top_level.txt
skpro/baselines/__init__.py
skpro/baselines/density.py
skpro/parametric/__init__.py
skpro/parametric/estimators.py
skpro/parametric/parametric.py
skpro/parametric/residuals.py
skpro/vendors/__init__.py
skpro/vendors/pymc.py
skpro/workflow/__init__.py
skpro/workflow/base.py
skpro/workflow/cross_validation.py
skpro/workflow/utils.py
skpro/workflow/manager/__init__.py
skpro/workflow/manager/data.py
skpro/workflow/manager/models.py
skpro/workflow/table/__init__.py
skpro/workflow/table/table.py
tests/conftest.py
tests/test_base.py
tests/test_baselines.py
tests/test_density.py
tests/test_ensemble.py
tests/test_parametric.py
tests/test_vendors.py
tests/utils.py