mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-18 13:55:14 +02:00
documenting
This commit is contained in:
parent
25635571af
commit
1b5eed890a
1 changed files with 6 additions and 4 deletions
|
|
@ -1,13 +1,15 @@
|
||||||
'''
|
'''
|
||||||
GPy Models
|
.. module:: GPy.models
|
||||||
==========
|
|
||||||
|
|
||||||
Implementations for common models used in GP regression and classification.
|
Implementations for common models used in GP regression and classification.
|
||||||
The different models can be viewed in :mod:`GPy.models_modules`, which holds
|
The different models can be viewed in :mod:`GPy.models_modules`, which holds
|
||||||
detailed explanations for the different models.
|
detailed explanations for the different models.
|
||||||
|
|
||||||
:warning: This module is a convienince module for endusers to use. For developers
|
.. note::
|
||||||
see :mod:`GPy.models_modules`, which holds the implementions for each model.
|
This module is a convienince module for endusers to use. For developers
|
||||||
|
see :mod:`GPy.models_modules`, which holds the implementions for each model.:
|
||||||
|
|
||||||
|
.. moduleauthor:: Max Zwiessele <ibinbei@gmail.com>
|
||||||
'''
|
'''
|
||||||
|
|
||||||
__updated__ = '2013-11-28'
|
__updated__ = '2013-11-28'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue