began to merege the SVIGP code into GPy.

Example is implemented, but the step length is a bit crazy!
This commit is contained in:
James Hensman 2013-06-17 13:58:51 +01:00
parent 5d28333582
commit b452e3eebc
7 changed files with 557 additions and 2 deletions

View file

@ -4,6 +4,7 @@
from model import *
from parameterised import *
import priors
from GPy.core.gp import GP
from GPy.core.sparse_gp import SparseGP
from gp import GP
from sparse_gp import SparseGP
from fitc import FITC
from svigp import SVIGP