mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-05 09:42:39 +02:00
the Opper-Archambeau method is now implemented as an inference method in the GPy style
This commit is contained in:
parent
ea3bfbb597
commit
7ba26eda1c
4 changed files with 34 additions and 86 deletions
|
|
@ -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):
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue