examples directory organized.

This commit is contained in:
Ricardo Andrade 2013-03-11 14:05:56 +00:00
parent 5011afda06
commit a54e9bb826
13 changed files with 208 additions and 379 deletions

View file

@ -1,8 +1,7 @@
# 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
import dimensionality_reduction
import non_gaussian