GPy/GPy/examples/__init__.py
2015-02-26 07:10:10 +00:00

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