https://github.com/GPflow/GPflow
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
Tip revision: 6c35a7a8544dfecfe92ef9b559b90fcb40b364eb authored by Mark van der Wilk on 20 November 2017, 17:43:17 UTC
Inter-domain features for GPflow 1.0 (#530)
Tip revision: 6c35a7a
File Mode Size
doc
gpflow
notebooks
tests
.coveragerc -rw-r--r-- 261 bytes
.coveralls.yml -rw-r--r-- 23 bytes
.gitignore -rw-r--r-- 793 bytes
.pylintrc -rw-r--r-- 14.6 KB
.travis.yml -rw-r--r-- 613 bytes
Dockerfile -rw-r--r-- 1.1 KB
LICENSE -rw-r--r-- 11.1 KB
MANIFEST.in -rw-r--r-- 166 bytes
README.md -rw-r--r-- 4.5 KB
RELEASE.md -rw-r--r-- 5.3 KB
codecov.yml -rw-r--r-- 239 bytes
contributing.md -rw-r--r-- 4.1 KB
docs_require.txt -rw-r--r-- 404 bytes
roadmap.md -rw-r--r-- 506 bytes
run_tests.sh -rwxr-xr-x 896 bytes
setup.py -rw-r--r-- 2.3 KB

README.md

back to top