From 163f12ac471cfff448d3eb37618816d2d764ee5f Mon Sep 17 00:00:00 2001 From: Neil Lawrence Date: Wed, 23 Jan 2013 13:02:21 +0000 Subject: [PATCH] __init__.py for Examples directory (see comments in code). --- GPy/examples/__init__.py | 6 ++++++ 1 file changed, 6 insertions(+) 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