the Opper-Archambeau method is now implemented as an inference method in the GPy style

This commit is contained in:
James Hensman 2015-08-18 11:39:27 +01:00
parent ea3bfbb597
commit 7ba26eda1c
4 changed files with 34 additions and 86 deletions

View file

@ -69,7 +69,7 @@ from .expectation_propagation_dtc import EPDTC
from .dtc import DTC
from .fitc import FITC
from .var_dtc_parallel import VarDTC_minibatch
#from .svgp import SVGP
from .var_gauss import VarGauss
# class FullLatentFunctionData(object):
#