mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-23 17:01:06 +02:00
example files for tutorials are now in Neil's format
This commit is contained in:
parent
66bfbf10e9
commit
16a23758c6
6 changed files with 204 additions and 197 deletions
|
|
@ -2,7 +2,7 @@
|
|||
****************************
|
||||
tutorial : A kernel overview
|
||||
****************************
|
||||
The aim of this tutorial is to give a better understanding of the kernel objects in GPy and to list the ones that are already implemented. The code shown in this tutorial can be found without the comments at GPy/examples/tuto_kernel_overview.py.
|
||||
The aim of this tutorial is to give a better understanding of the kernel objects in GPy and to list the ones that are already implemented. The code shown in this tutorial can be obtained at GPy/examples/tutorials.py or by running ``GPy.examples.tutorials.tuto_kernel_overview()``.
|
||||
|
||||
First we import the libraries we will need ::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue