mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-14 15:25:15 +02:00
9 lines
265 B
Python
9 lines
265 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 GPy.core.gp import GP
|
|
from GPy.core.sparse_gp import SparseGP
|
|
from fitc import FITC
|