mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-06 18:42:39 +02:00
7 lines
239 B
Python
7 lines
239 B
Python
# Copyright (c) 2012-2014, GPy authors (see AUTHORS.txt).
|
|
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
|
|
|
from . import classification
|
|
from . import regression
|
|
from . import dimensionality_reduction
|
|
from . import non_gaussian
|