GPy/GPy/examples/__init__.py
Ricardo Andrade 7c3c2fc9c0 Merge branch 'master' of github.com:SheffieldML/GPy
Conflicts:
	GPy/examples/__init__.py
2013-03-11 14:10:37 +00:00

8 lines
223 B
Python

# Copyright (c) 2012, 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
import tutorials