mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-18 13:55:14 +02:00
models
This commit is contained in:
parent
63321e8409
commit
61984274dd
8 changed files with 991 additions and 0 deletions
7
GPy/models/__init__.py
Normal file
7
GPy/models/__init__.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from GP_regression import GP_regression
|
||||
from sparse_GP_regression import sparse_GP_regression
|
||||
from GPLVM import GPLVM
|
||||
from warped_GP import warpedGP
|
||||
from simple_GP_EP import GP_EP
|
||||
from generalized_FITC import generalized_FITC
|
||||
from sparse_GPLVM import sparse_GPLVM
|
||||
Loading…
Add table
Add a link
Reference in a new issue