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

This commit is contained in:
Neil Lawrence 2013-01-23 13:02:21 +00:00
parent eedf1f99d1
commit 163f12ac47

View file

@ -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