mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-08 11:32:39 +02:00
12 lines
464 B
Python
12 lines
464 B
Python
# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
|
|
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
|
|
|
|
|
from GP_regression import GP_regression
|
|
from sparse_GP_regression import sparse_GP_regression, sgp_debugB, sgp_debugC, sgp_debugE
|
|
from GPLVM import GPLVM
|
|
from warped_GP import warpedGP
|
|
from GP_EP import GP_EP
|
|
from generalized_FITC import generalized_FITC
|
|
from sparse_GPLVM import sparse_GPLVM
|
|
from uncollapsed_sparse_GP import uncollapsed_sparse_GP
|