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
core
models
params
training
__init__.py -rw-r--r-- 1.5 KB
_settings.py -rw-r--r-- 4.6 KB
_version.py -rw-r--r-- 597 bytes
conditionals.py -rw-r--r-- 4.4 KB
decors.py -rw-r--r-- 6.7 KB
densities.py -rw-r--r-- 2.7 KB
ekernels.py -rw-r--r-- 15.8 KB
features.py -rw-r--r-- 6.6 KB
gpflowrc -rw-r--r-- 434 bytes
kernels.py -rw-r--r-- 31.0 KB
kullback_leiblers.py -rw-r--r-- 3.5 KB
likelihoods.py -rw-r--r-- 22.9 KB
mean_functions.py -rw-r--r-- 4.4 KB
misc.py -rw-r--r-- 6.5 KB
priors.py -rw-r--r-- 3.8 KB
quadrature.py -rw-r--r-- 2.1 KB
session_manager.py -rw-r--r-- 4.3 KB
test_util.py -rw-r--r-- 1.1 KB
transforms.py -rw-r--r-- 9.8 KB

back to top