mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-02 16:22:39 +02:00
15 lines
284 B
Python
15 lines
284 B
Python
# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
|
|
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
|
|
|
|
|
import linalg
|
|
import misc
|
|
import plot
|
|
import squashers
|
|
import Tango
|
|
import misc
|
|
import warping_functions
|
|
import datasets
|
|
import mocap
|
|
import visualize
|
|
import decorators
|