mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-10 12:32:40 +02:00
Added sparseGPLVM in the init of models
This commit is contained in:
parent
edfd6ea948
commit
ffd87898e6
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ from svigp_regression import SVIGPRegression
|
|||
from sparse_gp_classification import SparseGPClassification
|
||||
from fitc_classification import FITCClassification
|
||||
from gplvm import GPLVM
|
||||
from sparse_gplvm import SparseGPLVM
|
||||
from warped_gp import WarpedGP
|
||||
from bayesian_gplvm import BayesianGPLVM
|
||||
from mrd import MRD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue