mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
17 lines
529 B
Python
17 lines
529 B
Python
# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
|
|
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
|
|
|
|
|
from GP import 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
|
|
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
|