diff --git a/GPy/examples/__init__.py b/GPy/examples/__init__.py index e69de29b..f02fc132 100644 --- a/GPy/examples/__init__.py +++ b/GPy/examples/__init__.py @@ -0,0 +1,6 @@ +# Copyright (c) 2012, GPy authors (see AUTHORS.txt). +# Licensed under the BSD 3-clause license (see LICENSE.txt) + +import classification +import regression +import unsupervised