diff --git a/GPy/examples/__init__.py b/GPy/examples/__init__.py index f02fc132..2f3cf0f4 100644 --- a/GPy/examples/__init__.py +++ b/GPy/examples/__init__.py @@ -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