Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/GPflow/GPflow
/ VGP
Class
VGP
gpflow/models/vgp.py:218–221 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
216
217
218
class
VGP(VGP_with_posterior):
219
# subclassed to ensure __class__ == "VGP"
220
221
__doc__ = VGP_deprecated.__doc__
# Use documentation from VGP_deprecated.
222
223
224
@check_shapes(
Callers
6
vgp
Function · 0.90
vgp
Function · 0.90
_prepare_models
Function · 0.90
create_vgp
Function · 0.90
gpr_and_vgp
Function · 0.90
natural_gradients.pct.py
File · 0.90
Calls
no outgoing calls
Tested by
4
vgp
Function · 0.72
_prepare_models
Function · 0.72
create_vgp
Function · 0.72
gpr_and_vgp
Function · 0.72