mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
reorder package docs
This commit is contained in:
parent
b6dbac6c12
commit
288d4fc140
2 changed files with 9 additions and 1 deletions
|
|
@ -1,6 +1,14 @@
|
|||
# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
|
||||
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
||||
|
||||
"""
|
||||
This module does...
|
||||
|
||||
.. automodule:: .src
|
||||
:members:
|
||||
:private-members:
|
||||
"""
|
||||
|
||||
from .gp_regression import GPRegression
|
||||
from .gp_classification import GPClassification
|
||||
from .sparse_gp_regression import SparseGPRegression
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue