mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-28 22:36:24 +02:00
a small demo for model tutorial
This commit is contained in:
parent
84119a19b3
commit
f23e3bbf7c
4 changed files with 22 additions and 13 deletions
|
|
@ -73,18 +73,10 @@ examples Package
|
|||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
:mod:`tuto_GP_regression` Module
|
||||
--------------------------------
|
||||
:mod:`tutorials` Module
|
||||
-----------------------
|
||||
|
||||
.. automodule:: GPy.examples.tuto_GP_regression
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
:mod:`tuto_kernel_overview` Module
|
||||
----------------------------------
|
||||
|
||||
.. automodule:: GPy.examples.tuto_kernel_overview
|
||||
.. automodule:: GPy.examples.tutorials
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
|||
|
|
@ -9,6 +9,14 @@ GPy Package
|
|||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
:mod:`test_coreg` Module
|
||||
------------------------
|
||||
|
||||
.. automodule:: GPy.test_coreg
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Subpackages
|
||||
-----------
|
||||
|
||||
|
|
@ -20,5 +28,6 @@ Subpackages
|
|||
GPy.kern
|
||||
GPy.likelihoods
|
||||
GPy.models
|
||||
GPy.testing
|
||||
GPy.util
|
||||
|
||||
|
|
|
|||
|
|
@ -8,9 +8,10 @@ Welcome to GPy's documentation!
|
|||
For a quick start, you can have a look at one of the tutorials:
|
||||
|
||||
* `Basic Gaussian process regression <tuto_GP_regression.html>`_
|
||||
* `Interacting with models <tuto_interacting_with_models.html>`_
|
||||
* `A kernel overview <tuto_kernel_overview.html>`_
|
||||
* Advanced GP regression (Forthcoming)
|
||||
* Writting kernels (Forthcoming)
|
||||
* Writing kernels (Forthcoming)
|
||||
|
||||
You may also be interested by some examples in the GPy/examples folder.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue