mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-13 14:03:20 +02:00
new models included
This commit is contained in:
parent
d383403c8e
commit
72ba86a969
1 changed files with 1 additions and 2 deletions
|
|
@ -2,11 +2,10 @@
|
||||||
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
||||||
|
|
||||||
|
|
||||||
#from GP import GP
|
|
||||||
#from sparse_GP import sparse_GP
|
|
||||||
from GP_regression import GP_regression
|
from GP_regression import GP_regression
|
||||||
from GP_classification import GP_classification
|
from GP_classification import GP_classification
|
||||||
from sparse_GP_regression import sparse_GP_regression
|
from sparse_GP_regression import sparse_GP_regression
|
||||||
|
from sparse_GP_classification import sparse_GP_classification
|
||||||
from GPLVM import GPLVM
|
from GPLVM import GPLVM
|
||||||
from warped_GP import warpedGP
|
from warped_GP import warpedGP
|
||||||
from sparse_GPLVM import sparse_GPLVM
|
from sparse_GPLVM import sparse_GPLVM
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue