mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-27 14:25:16 +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 gp_regression import GPRegression
|
||||
from gp_classification import GPClassification
|
||||
from sparse_gp_regression import SparseGPRegression
|
||||
from svigp_regression import SVIGPRegression
|
||||
from sparse_gp_classification import SparseGPClassification
|
||||
from fitc_classification import FITCClassification
|
||||
from gplvm import GPLVM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue