Revision 6c35a7a8544dfecfe92ef9b559b90fcb40b364eb authored by Mark van der Wilk on 20 November 2017, 17:43:17 UTC, committed by GitHub on 20 November 2017, 17:43:17 UTC
* Add Features base classes

* Convert SGPR and SVGP models to use InducingFeatures (including backwards compatibility)

* Fix tests

* Added Multiscale feature.
To show the generality of the inter-domain code.

* Fixed py2 metaclass issue, as per John Bradshaw's suggestion.

* Improve docstrings, register Multiscale feature

* Change SGPR models to determine feature length dynamically [but feature.__len__() still needs to be made dynamic as well!]

* Bits and pieces missed in the merge.

* Add features to __init__.

* Fixed incorrect parameter dtype assignment on compile.

* Two bugfixs.
- Static assignment of len(feature)
- Upper bound mixin referred to Z.

* Fixed bugs in multiscale & added features.

* Added tests for `Multiscale` inducing features.

* Updated `RELEASE.md`, and small changes for tests.

* add test for len(feature)

* Deprecation property for `Z`, relative imports, improved test.

* `SGPMC` has inducing features now + better docstrings.

* Fixed `SGPMC`.

* Testing now uses tf1.4.

* `feat` now `feature` + other changes.

* Update _version.py

* change exception
1 parent 0741f86
History
File Mode Size
__init__.py -rw-r--r-- 0 bytes
reference.py -rw-r--r-- 2.0 KB
test_autoflow.py -rw-r--r-- 6.5 KB
test_conditionals.py -rw-r--r-- 6.1 KB
test_config.py -rw-r--r-- 4.2 KB
test_core.py -rw-r--r-- 1.2 KB
test_coregion.py -rw-r--r-- 7.5 KB
test_data_object.py -rw-r--r-- 6.1 KB
test_dataholders.py -rw-r--r-- 8.0 KB
test_ekerns.py -rw-r--r-- 26.6 KB
test_features.py -rw-r--r-- 4.0 KB
test_gplvm.py -rw-r--r-- 6.9 KB
test_hmc.py -rw-r--r-- 7.0 KB
test_kerns.py -rw-r--r-- 20.9 KB
test_kldiv.py -rw-r--r-- 8.8 KB
test_likelihoods.py -rw-r--r-- 17.9 KB
test_mean_functions.py -rw-r--r-- 16.4 KB
test_method_equivalence.py -rw-r--r-- 9.7 KB
test_methods.py -rw-r--r-- 11.0 KB
test_misc.py -rw-r--r-- 5.6 KB
test_model.py -rw-r--r-- 8.2 KB
test_notebooks.py -rw-r--r-- 3.3 KB
test_optimizers.py -rw-r--r-- 8.0 KB
test_param.py -rw-r--r-- 39.9 KB
test_predict.py -rw-r--r-- 6.0 KB
test_priors.py -rw-r--r-- 4.2 KB
test_profiling.py -rw-r--r-- 3.6 KB
test_session.py -rw-r--r-- 3.5 KB
test_transforms.py -rw-r--r-- 5.9 KB
test_triang.py -rw-r--r-- 2.8 KB
test_variational.py -rw-r--r-- 8.3 KB

back to top