GPy/GPy/examples/__init__.py

9 lines
221 B
Python
Raw Normal View History

# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)
import classification
import regression
2013-03-11 14:05:56 +00:00
import dimensionality_reduction
import tutorials
import stochastic