https://github.com/GPflow/GPflow
Revision 5f7984465024e80399a2245799bb149faef5869c authored by st-- on 26 February 2020, 14:58:51 UTC, committed by GitHub on 26 February 2020, 14:58:51 UTC
`gpflow.models.sgpr` contains two sparse GP models, SGPR and GPRFITC. They had a common subclass to provide the upper_bound() method. They also have the same `__init__`, which is unified in this PR.
1 parent 398c49b
History
Tip revision: 5f7984465024e80399a2245799bb149faef5869c authored by st-- on 26 February 2020, 14:58:51 UTC
clean up SGPR common __init__ (#1289)
Tip revision: 5f79844
File Mode Size
.circleci
.github
doc
gpflow
tests
.coveragerc -rw-r--r-- 283 bytes
.coveralls.yml -rw-r--r-- 23 bytes
.gitignore -rw-r--r-- 828 bytes
.pylintrc -rw-r--r-- 14.6 KB
GLOSSARY.md -rw-r--r-- 1.4 KB
LICENSE -rw-r--r-- 11.1 KB
MANIFEST.in -rw-r--r-- 182 bytes
Makefile -rw-r--r-- 597 bytes
README.md -rw-r--r-- 9.3 KB
RELEASE.md -rw-r--r-- 6.9 KB
VERSION -rw-r--r-- 9 bytes
codecov.yml -rw-r--r-- 274 bytes
contributing.md -rw-r--r-- 7.3 KB
notebooks l--------- 21 bytes
setup.py -rw-r--r-- 2.5 KB
tests_requirements.txt -rw-r--r-- 219 bytes

README.md

back to top