mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-01 07:46:22 +02:00
began to merege the SVIGP code into GPy.
Example is implemented, but the step length is a bit crazy!
This commit is contained in:
parent
5d28333582
commit
b452e3eebc
7 changed files with 557 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue