mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-18 13:55:14 +02:00
first trivial model touches
This commit is contained in:
parent
eb1d8f211f
commit
4953d71b7a
3 changed files with 56 additions and 22 deletions
|
|
@ -11,4 +11,7 @@ from warped_GP import warpedGP
|
|||
from sparse_GPLVM import sparse_GPLVM
|
||||
from uncollapsed_sparse_GP import uncollapsed_sparse_GP
|
||||
from Bayesian_GPLVM import Bayesian_GPLVM
|
||||
import mrd
|
||||
MRD = mrd.MRD
|
||||
del mrd
|
||||
from generalized_FITC import generalized_FITC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue