adjusted doc to new pep8 format

This commit is contained in:
Max Zwiessele 2013-06-07 13:33:46 +01:00
parent fae84d6497
commit 695fad4ed8
4 changed files with 26 additions and 26 deletions

View file

@ -211,7 +211,7 @@ Note the ties between the parameters of ``Kanova`` that reflect the links betwee
Y = 0.5*X[:,:1] + 0.5*X[:,1:] + 2*np.sin(X[:,:1]) * np.sin(X[:,1:])
# Create GP regression model
m = GPy.models.GP_regression(X,Y,Kanova)
m = GPy.models.GPRegression(X,Y,Kanova)
m.plot()
.. figure:: Figures/tuto_kern_overview_mANOVA.png