mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-10 04:22:38 +02:00
10 lines
271 B
Python
10 lines
271 B
Python
# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
|
|
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
|
|
|
from model import *
|
|
from parameterised import *
|
|
import priors
|
|
from gp import GP
|
|
from sparse_gp import SparseGP
|
|
from fitc import FITC
|
|
from svigp import SVIGP
|