mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-18 13:55:14 +02:00
Broken whilst unlinking GP and sparse_GP, kern not being imported
This commit is contained in:
parent
26b4cd6c4f
commit
1302c46ace
16 changed files with 328 additions and 318 deletions
|
|
@ -2,9 +2,9 @@
|
|||
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
||||
|
||||
|
||||
from GP import GP
|
||||
#from GP import GP
|
||||
#from sparse_GP import sparse_GP
|
||||
from GP_regression import GP_regression
|
||||
from sparse_GP import sparse_GP
|
||||
from sparse_GP_regression import sparse_GP_regression
|
||||
from GPLVM import GPLVM
|
||||
from warped_GP import warpedGP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue