https://github.com/GPflow/GPflow
Revision 076ae06617a8e494afbe7e569032c527d8d49098 authored by vdutor on 23 November 2017, 16:22:03 UTC, committed by Mark van der Wilk on 23 November 2017, 16:22:03 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.

* kernel expectations for inducing point features

* Added `uncertain_conditional` (not run, untested).

* Uncertain conditional, only for whitened case

* Uncertain conditional tested, only whitened case

* Uncertain conditional

* Unittests for uncertain conditional

* Update test_uncertain_conditional.py

Fix tests that wouldn't have run due to being hidden in a generator expression

* Uncertain conditional without full output covariance

* Added quadrature tests

* 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.

* Moved uncertain conditional test to new testing directory.

* 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`.

* Add a bunch of test for Parameter and DataHolder. Minibatch seed can be changed after cleaning or in defer_build.

* Add dataholder tests.

* Add failure creation tests to data holders.

* Shape and dtype for dataholders work for external tensors.

* According fix in dataholder test.

* Change travis file.

* Experiments with travis.

* Improvements in Parameterized tests.

* Exclude external optimizer from coverage report.

* Improvements in optimizer tests.

* Indent functions in optimizer's tests.

* Increase coverage in Parameterized.

* Increase codecov for Parameterized.

* Developing test coverage further.

* Tests Parameterized feeds.

* Call parameter size in tests.

* 100% for ParamList.

* Minibatch tests.

* Increase coverage for Minibatch.

* Setup.py clean up. Stick to 1.4 tensorflow version. Remove backwards for py2.7.

* Increase coverage for Parameters.

* Increase coverage for Parameters build check.

* Core tests for TensorConverter.

* Code coverage targets.

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

* Update _version.py

* Fix small import errors.

* change exception

* Fix broken unit tests

* Add no cover pragma and remove unused functions
1 parent 0cf8024
History
Tip revision: 076ae06617a8e494afbe7e569032c527d8d49098 authored by vdutor on 23 November 2017, 16:22:03 UTC
Moment matching for uncertain conditional (#536)
Tip revision: 076ae06
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