GPy/GPy/examples/__init__.py
James Hensman b452e3eebc began to merege the SVIGP code into GPy.
Example is implemented, but the step length is a bit crazy!
2013-06-17 13:58:51 +01:00

8 lines
221 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 tutorials
import stochastic