mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-05 14:55:15 +02:00
Modified init to include the new model
This commit is contained in:
parent
54db323e03
commit
7eba2f97e1
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 sparse_gp_classification import SparseGPClassification
|
||||||
from fitc_classification import FITCClassification
|
from fitc_classification import FITCClassification
|
||||||
from gplvm import GPLVM
|
from gplvm import GPLVM
|
||||||
|
from state_space import StateSpace
|
||||||
from bcgplvm import BCGPLVM
|
from bcgplvm import BCGPLVM
|
||||||
from sparse_gplvm import SparseGPLVM
|
from sparse_gplvm import SparseGPLVM
|
||||||
from warped_gp import WarpedGP
|
from warped_gp import WarpedGP
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue