mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-10 04:22:38 +02:00
Relative import fixes for Python 3 compatibility
This commit is contained in:
parent
1bbf58fdcf
commit
5e4afb765a
11 changed files with 94 additions and 94 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright (c) 2012-2014, GPy authors (see AUTHORS.txt).
|
||||
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
||||
|
||||
import classification
|
||||
import regression
|
||||
import dimensionality_reduction
|
||||
import non_gaussian
|
||||
from . import classification
|
||||
from . import regression
|
||||
from . import dimensionality_reduction
|
||||
from . import non_gaussian
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue