From dad399d0128c1c967a0c67f1f273628fbed741c8 Mon Sep 17 00:00:00 2001 From: Alan Saul Date: Thu, 31 Jan 2013 15:58:56 +0000 Subject: [PATCH] Changed docs --- doc/tuto_GP_regression.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/tuto_GP_regression.rst b/doc/tuto_GP_regression.rst index f0d11ac1..d468c6aa 100644 --- a/doc/tuto_GP_regression.rst +++ b/doc/tuto_GP_regression.rst @@ -147,9 +147,4 @@ The flag ``ARD=True`` in the definition of the Matern kernel specifies that we w Contour plot of the best predictor (posterior mean). -.. ipython:: - - In [136]: x = 2 - - In [137]: x**3 - Out[137]: 8 +Changed it