mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-30 14:35:15 +02:00
12 lines
439 B
Python
12 lines
439 B
Python
# Copyright (c) 2012-2014, GPy authors (see AUTHORS.txt).
|
|
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
|
|
|
from .model import *
|
|
from .parameterization.parameterized import adjust_name_for_printing, Parameterizable
|
|
from .parameterization.param import Param, ParamConcatenation
|
|
from .parameterization.observable_array import ObsAr
|
|
|
|
from .gp import GP
|
|
from .svgp import SVGP
|
|
from .sparse_gp import SparseGP
|
|
from .mapping import *
|