mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-08 03:22:38 +02:00
9 lines
259 B
Python
9 lines
259 B
Python
# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
|
|
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
|
|
|
from constructors import *
|
|
try:
|
|
from constructors import rbf_sympy, sympykern # these depend on sympy
|
|
except:
|
|
pass
|
|
from kern import kern
|