mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-01 15:52:39 +02:00
11 lines
409 B
Python
11 lines
409 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 sparse_gp import SparseGP
|
|
from mapping import *
|