https://github.com/GPflow/GPflow
Revision 69364c2b79e1e6dd0fe7419377a044c0bdedb4f5 authored by Mark van der Wilk on 04 October 2017, 18:13:22 UTC, committed by GitHub on 04 October 2017, 18:13:22 UTC
* Clean up kullback_leiblers: a single function for whitened/unwhitened and diagonal/full-covariance. Deprecate the rest.

* Update VGP and SVGP models to use new `gauss_kl`

* clean up test_conditionals

* Improve documentation

* tidy up gauss_kl code

* Add dedicated tests for Gaussian KL divergence

* Bumped version.

* Added encoding hint for python2.7.

* @ to .dot()

* change encoding to utf-8

* Added coding for `test_kldiv.py` + PEP8.

* I'm all for high test coverage, but this seems a bit overzealous :P
1 parent 4d8b552
History
Tip revision: 69364c2b79e1e6dd0fe7419377a044c0bdedb4f5 authored by Mark van der Wilk on 04 October 2017, 18:13:22 UTC
Clean up kullback_leiblers (#514)
Tip revision: 69364c2
File Mode Size
__init__.py -rw-r--r-- 0 bytes
gpflow_testcase.py -rw-r--r-- 328 bytes
gpflowrc_test.txt -rw-r--r-- 157 bytes
reference.py -rw-r--r-- 2.0 KB
test_autoflow.py -rw-r--r-- 9.4 KB
test_conditionals.py -rw-r--r-- 6.6 KB
test_config.py -rw-r--r-- 3.2 KB
test_coregion.py -rw-r--r-- 6.6 KB
test_data_object.py -rw-r--r-- 7.3 KB
test_ekerns.py -rw-r--r-- 24.4 KB
test_gplvm.py -rw-r--r-- 6.2 KB
test_hmc.py -rw-r--r-- 4.6 KB
test_kerns.py -rw-r--r-- 21.4 KB
test_kldiv.py -rw-r--r-- 8.2 KB
test_likelihoods.py -rw-r--r-- 18.2 KB
test_mean_functions.py -rw-r--r-- 14.8 KB
test_method_equivalence.py -rw-r--r-- 9.7 KB
test_methods.py -rw-r--r-- 11.8 KB
test_minibatch_data.py -rw-r--r-- 4.8 KB
test_model.py -rw-r--r-- 10.1 KB
test_notebooks.py -rw-r--r-- 3.0 KB
test_param.py -rw-r--r-- 26.1 KB
test_pickle.py -rw-r--r-- 5.6 KB
test_predict.py -rw-r--r-- 6.9 KB
test_priors.py -rw-r--r-- 3.5 KB
test_profiling.py -rw-r--r-- 2.6 KB
test_session.py -rw-r--r-- 3.4 KB
test_transforms.py -rw-r--r-- 6.3 KB
test_triang.py -rw-r--r-- 2.2 KB
test_variational.py -rw-r--r-- 9.2 KB

back to top