mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-02 08:12:39 +02:00
8 lines
221 B
Python
8 lines
221 B
Python
# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
|
|
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
|
|
|
import classification
|
|
import regression
|
|
import dimensionality_reduction
|
|
import tutorials
|
|
import stochastic
|