mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-02 16:22:39 +02:00
added tutorial in examples
This commit is contained in:
parent
ec748e2d6b
commit
b39de379fd
4 changed files with 197 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
Gaussian process regression tutorial
|
||||
*************************************
|
||||
|
||||
We will see in this tutorial the basics for building a 1 dimensional and a 2 dimensional Gaussian process regression model, also known as a kriging model.
|
||||
We will see in this tutorial the basics for building a 1 dimensional and a 2 dimensional Gaussian process regression model, also known as a kriging model. The code shown in this tutorial can be found without the comments at GPy/examples/tuto_GP_regression.py.
|
||||
|
||||
We first import the libraries we will need: ::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue