mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-13 05:52:38 +02:00
fixed Alan's dependency nightmare.
This commit is contained in:
parent
f403e5b0b7
commit
d84ae52d41
3 changed files with 5 additions and 4 deletions
|
|
@ -8,7 +8,7 @@ import sys, pdb
|
|||
# from .. import kern
|
||||
# from ..core import model
|
||||
# from ..util.linalg import pdinv, PCA
|
||||
from ..core import GPLVM
|
||||
from GPLVM import GPLVM
|
||||
from sparse_GP_regression import sparse_GP_regression
|
||||
|
||||
class sparse_GPLVM(sparse_GP_regression, GPLVM):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue