mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
Got rid of ipython example for a sec
This commit is contained in:
parent
d619de2ef4
commit
a596211931
1 changed files with 5 additions and 7 deletions
|
|
@ -1,14 +1,12 @@
|
|||
|
||||
.. ipython:: python
|
||||
|
||||
print "Hello world"
|
||||
X = [[1, 10], [1, 20], [1, -2]]
|
||||
|
||||
|
||||
*************************************
|
||||
Gaussian process regression tutorial
|
||||
*************************************
|
||||
|
||||
#.. ipython:: python
|
||||
#
|
||||
# print "Hello world"
|
||||
# X = [[1, 10], [1, 20], [1, -2]]
|
||||
|
||||
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 first import the libraries we will need: ::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue