mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-04 17:22:39 +02:00
introduction for utils package
This commit is contained in:
parent
159ca2eba6
commit
3684e64ac2
1 changed files with 6 additions and 0 deletions
|
|
@ -1,6 +1,12 @@
|
||||||
# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
|
# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
|
||||||
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
||||||
|
"""
|
||||||
|
Introduction
|
||||||
|
^^^^^^^^^^^^
|
||||||
|
|
||||||
|
A variety of utility functions including matrix operations and quick access to test datasets.
|
||||||
|
|
||||||
|
"""
|
||||||
|
|
||||||
from . import linalg
|
from . import linalg
|
||||||
from . import misc
|
from . import misc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue