mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-01 07:46:22 +02:00
Merged and fixed conflicts, names still need changing accordingly
This commit is contained in:
commit
b3eeacd956
55 changed files with 912 additions and 927 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# 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 FITC import FITC
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue