mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-24 14:15:14 +02:00
8 lines
395 B
Python
8 lines
395 B
Python
# 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
|