Got rid of ipython example for a sec

This commit is contained in:
Alan Saul 2013-02-08 12:46:48 +00:00
parent d619de2ef4
commit a596211931

View file

@ -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: ::