mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-01 15:52:39 +02:00
11 lines
370 B
Python
11 lines
370 B
Python
# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
|
|
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
|
|
|
from model import *
|
|
from parameterization import priors
|
|
from parameterization.parameterized import *
|
|
from gp import GP
|
|
from sparse_gp import SparseGP
|
|
from ..inference.latent_function_inference.fitc import FITC
|
|
from svigp import SVIGP
|
|
from mapping import *
|