mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-04 01:02:39 +02:00
[doc] updated how to plot in gpy
This commit is contained in:
parent
134144c4c7
commit
fe423b88eb
6 changed files with 63 additions and 6 deletions
|
|
@ -136,6 +136,4 @@ def plot_covariance(kernel, x=None, label=None,
|
|||
return pl().add_to_canvas(canvas, plots)
|
||||
|
||||
else:
|
||||
raise NotImplementedError("Cannot plot a kernel with more than two input dimensions")
|
||||
|
||||
pass
|
||||
raise NotImplementedError("Cannot plot a kernel with more than two input dimensions")
|
||||
Loading…
Add table
Add a link
Reference in a new issue