mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-28 22:36:24 +02:00
adjusted doc to new pep8 format
This commit is contained in:
parent
fae84d6497
commit
695fad4ed8
4 changed files with 26 additions and 26 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue