LICENSE
MANIFEST.in
README.md
RELEASE.md
VERSION
setup.py
benchmark/__init__.py
benchmark/benchmark_api.py
benchmark/benchmarks.py
benchmark/dataset_api.py
benchmark/datasets.py
benchmark/grouping.py
benchmark/metadata.py
benchmark/metric_api.py
benchmark/metrics.py
benchmark/model_api.py
benchmark/models.py
benchmark/paths.py
benchmark/plot.py
benchmark/plotter_api.py
benchmark/plotters.py
benchmark/registry.py
benchmark/run.py
benchmark/sharding.py
benchmark/tag.py
doc/sphinx/benchmarks.rst
doc/sphinx/bibliography.rst
doc/sphinx/conf.py
doc/sphinx/getting_started.rst
doc/sphinx/index.rst
doc/sphinx/installation.rst
doc/sphinx/user_guide.rst
gpflow/__init__.py
gpflow/base.py
gpflow/ci_utils.py
gpflow/functions.py
gpflow/kullback_leiblers.py
gpflow/logdensities.py
gpflow/mean_functions.py
gpflow/mypy_flags.py
gpflow/posteriors.py
gpflow/probability_distributions.py
gpflow/py.typed
gpflow/type_flags.py
gpflow/versions.py
gpflow.egg-info/PKG-INFO
gpflow.egg-info/SOURCES.txt
gpflow.egg-info/dependency_links.txt
gpflow.egg-info/requires.txt
gpflow.egg-info/top_level.txt
gpflow/conditionals/__init__.py
gpflow/conditionals/conditionals.py
gpflow/conditionals/dispatch.py
gpflow/conditionals/sample_conditionals.py
gpflow/conditionals/uncertain_conditionals.py
gpflow/conditionals/util.py
gpflow/conditionals/multioutput/__init__.py
gpflow/conditionals/multioutput/conditionals.py
gpflow/conditionals/multioutput/sample_conditionals.py
gpflow/config/__config__.py
gpflow/config/__init__.py
gpflow/covariances/__init__.py
gpflow/covariances/dispatch.py
gpflow/covariances/kufs.py
gpflow/covariances/kuus.py
gpflow/covariances/multioutput/__init__.py
gpflow/covariances/multioutput/kufs.py
gpflow/covariances/multioutput/kuus.py
gpflow/expectations/__init__.py
gpflow/expectations/cross_kernels.py
gpflow/expectations/dispatch.py
gpflow/expectations/expectations.py
gpflow/expectations/linears.py
gpflow/expectations/mean_functions.py
gpflow/expectations/misc.py
gpflow/expectations/products.py
gpflow/expectations/quadratures.py
gpflow/expectations/squared_exponentials.py
gpflow/expectations/sums.py
gpflow/experimental/__init__.py
gpflow/experimental/utils.py
gpflow/inducing_variables/__init__.py
gpflow/inducing_variables/inducing_patch.py
gpflow/inducing_variables/inducing_variables.py
gpflow/inducing_variables/multioutput/__init__.py
gpflow/inducing_variables/multioutput/inducing_variables.py
gpflow/kernels/__init__.py
gpflow/kernels/base.py
gpflow/kernels/categorical.py
gpflow/kernels/changepoints.py
gpflow/kernels/convolutional.py
gpflow/kernels/linears.py
gpflow/kernels/misc.py
gpflow/kernels/periodic.py
gpflow/kernels/statics.py
gpflow/kernels/stationaries.py
gpflow/kernels/multioutput/__init__.py
gpflow/kernels/multioutput/kernels.py
gpflow/likelihoods/__init__.py
gpflow/likelihoods/base.py
gpflow/likelihoods/misc.py
gpflow/likelihoods/multiclass.py
gpflow/likelihoods/multilatent.py
gpflow/likelihoods/scalar_continuous.py
gpflow/likelihoods/scalar_discrete.py
gpflow/likelihoods/utils.py
gpflow/models/__init__.py
gpflow/models/cglb.py
gpflow/models/gplvm.py
gpflow/models/gpmc.py
gpflow/models/gpr.py
gpflow/models/model.py
gpflow/models/sgpmc.py
gpflow/models/sgpr.py
gpflow/models/svgp.py
gpflow/models/training_mixins.py
gpflow/models/util.py
gpflow/models/vgp.py
gpflow/monitor/__init__.py
gpflow/monitor/base.py
gpflow/monitor/tensorboard.py
gpflow/optimizers/__init__.py
gpflow/optimizers/mcmc.py
gpflow/optimizers/natgrad.py
gpflow/optimizers/scipy.py
gpflow/quadrature/__init__.py
gpflow/quadrature/base.py
gpflow/quadrature/deprecated.py
gpflow/quadrature/gauss_hermite.py
gpflow/utilities/__init__.py
gpflow/utilities/bijectors.py
gpflow/utilities/misc.py
gpflow/utilities/model_utils.py
gpflow/utilities/multipledispatch.py
gpflow/utilities/ops.py
gpflow/utilities/parameter_or_function.py
gpflow/utilities/traversal.py
tests/gpflow/__init__.py
tests/gpflow/conftest.py
tests/gpflow/test_all.py
tests/gpflow/test_base.py
tests/gpflow/test_base_prior.py
tests/gpflow/test_base_training.py
tests/gpflow/test_functions.py
tests/gpflow/test_inducing_variables.py
tests/gpflow/test_initial_value.py
tests/gpflow/test_kullback_leiblers.py
tests/gpflow/test_logdensities.py
tests/gpflow/test_monitor.py
tests/gpflow/conditionals/__init__.py
tests/gpflow/conditionals/test_broadcasted_conditionals.py
tests/gpflow/conditionals/test_conditionals.py
tests/gpflow/conditionals/test_multioutput.py
tests/gpflow/conditionals/test_uncertain_conditional.py
tests/gpflow/conditionals/test_util.py
tests/gpflow/config/__init__.py
tests/gpflow/config/test_config.py
tests/gpflow/covariances/__init__.py
tests/gpflow/covariances/test_base_covariances.py
tests/gpflow/covariances/test_multioutput.py
tests/gpflow/expectations/__init__.py
tests/gpflow/expectations/test_expectations.py
tests/gpflow/experimental/__init__.py
tests/gpflow/experimental/test_utils.py
tests/gpflow/kernels/__init__.py
tests/gpflow/kernels/reference.py
tests/gpflow/kernels/test_broadcasting.py
tests/gpflow/kernels/test_changepoints.py
tests/gpflow/kernels/test_coregion.py
tests/gpflow/kernels/test_kernels.py
tests/gpflow/kernels/test_positive_semidefinite.py
tests/gpflow/kernels/test_scaled_euclid_dist.py
tests/gpflow/likelihoods/__init__.py
tests/gpflow/likelihoods/test_function_params.py
tests/gpflow/likelihoods/test_heteroskedastic.py
tests/gpflow/likelihoods/test_heteroskedastic_constant_variance.py
tests/gpflow/likelihoods/test_likelihoods.py
tests/gpflow/likelihoods/test_multiclass.py
tests/gpflow/likelihoods/test_switched_likelihood.py
tests/gpflow/models/__init__.py
tests/gpflow/models/test_cglb.py
tests/gpflow/models/test_gplvm.py
tests/gpflow/models/test_gpr.py
tests/gpflow/models/test_gpr_posterior.py
tests/gpflow/models/test_mcmc.py
tests/gpflow/models/test_methods.py
tests/gpflow/models/test_model_predict.py
tests/gpflow/models/test_sgpr.py
tests/gpflow/models/test_sgpr_posterior.py
tests/gpflow/models/test_svgp.py
tests/gpflow/models/test_svgp_posterior.py
tests/gpflow/models/test_training_mixins.py
tests/gpflow/models/test_variational.py
tests/gpflow/models/test_vgp.py
tests/gpflow/models/test_vgp_posterior.py
tests/gpflow/optimizers/__init__.py
tests/gpflow/optimizers/test_mcmc.py
tests/gpflow/optimizers/test_natural_gradient.py
tests/gpflow/optimizers/test_scipy.py
tests/gpflow/posteriors/__init__.py
tests/gpflow/posteriors/conftest.py
tests/gpflow/posteriors/test_bo_integration.py
tests/gpflow/posteriors/test_posteriors.py
tests/gpflow/utilities/__init__.py
tests/gpflow/utilities/test_bijectors.py
tests/gpflow/utilities/test_deepcopy.py
tests/gpflow/utilities/test_misc.py
tests/gpflow/utilities/test_model_utils.py
tests/gpflow/utilities/test_multipledispatch.py
tests/gpflow/utilities/test_ops.py
tests/gpflow/utilities/test_parameter_or_function.py
tests/gpflow/utilities/test_set_trainable.py
tests/gpflow/utilities/test_training_loop.py
tests/gpflow/utilities/test_traversal.py
tests/gpflow/utilities/test_utilities.py
tests/integration/__init__.py
tests/integration/test_benchmark.py
tests/integration/test_docs.py
tests/integration/test_dynamic_shapes.py
tests/integration/test_linear_noise.py
tests/integration/test_method_equivalence.py
tests/integration/test_model_serialization.py
tests/integration/test_notebooks.py