mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-18 13:55:14 +02:00
EP plots samples now for the phi transformation.
This commit is contained in:
parent
d1a0883c12
commit
29eb61d65e
5 changed files with 23 additions and 8 deletions
|
|
@ -285,7 +285,7 @@ class GP(model):
|
|||
|
||||
if self.EP:
|
||||
pb.subplot(212)
|
||||
self.likelihood.plot(Xnew,phi,self.X)
|
||||
self.likelihood.plot(Xnew,m,v,phi,self.X,samples=samples)
|
||||
pb.xlim(xmin,xmax)
|
||||
|
||||
elif self.X.shape[1]==2:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue