mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 03:52:39 +02:00
Added gpx dataset.
This commit is contained in:
parent
7cd119d2b0
commit
00a5f8e5f6
4 changed files with 123 additions and 91 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
|
||||
# Copyright (c) 2012, 2013 GPy authors (see AUTHORS.txt).
|
||||
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
||||
|
||||
from constructors import *
|
||||
|
|
@ -6,4 +6,4 @@ try:
|
|||
from constructors import rbf_sympy, sympykern # these depend on sympy
|
||||
except:
|
||||
pass
|
||||
from kern import kern
|
||||
from kern import *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue