__init__.py for Examples directory (see comments in code).

This commit is contained in:
Neil Lawrence 2013-01-23 13:04:20 +00:00
parent 163f12ac47
commit 4dea5c45fb

View file

@ -1,6 +1,8 @@
# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)
# Please don't delete this without explaining to Neil the right way of doing this. I want to be able to run:
# GPy.examples.regression.toy_rbf_1D() from ipython having imported GPy, and this seems to be the way to do it!
import classification
import regression
import unsupervised