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
conditionals
config
covariances
expectations
inducing_variables
kernels
likelihoods
models
optimizers
utilities
__init__.py -rw-r--r-- 1.0 KB
base.py -rw-r--r-- 10.2 KB
ci_utils.py -rw-r--r-- 1.1 KB
kullback_leiblers.py -rw-r--r-- 4.7 KB
logdensities.py -rw-r--r-- 3.0 KB
mean_functions.py -rw-r--r-- 5.8 KB
probability_distributions.py -rw-r--r-- 1.7 KB
py.typed -rw-r--r-- 27 bytes
quadrature.py -rw-r--r-- 7.7 KB
versions.py -rw-r--r-- 177 bytes

back to top