mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-01 07:46:22 +02:00
8 lines
226 B
Python
8 lines
226 B
Python
# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
|
|
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
|
|
|
from GP import GP
|
|
from sparse_GP import sparse_GP
|
|
from model import *
|
|
from parameterised import *
|
|
import priors
|