mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-05 14:55:15 +02:00
plotting fix
This commit is contained in:
parent
328e0124c7
commit
c302e515e2
5 changed files with 6 additions and 7 deletions
|
|
@ -397,7 +397,7 @@ class Likelihood(Parameterized):
|
|||
|
||||
return [np.percentile(ss_y ,q, axis=1)[:,None] for q in quantiles]
|
||||
|
||||
def samples(self, gp):
|
||||
def samples(self, gp, Y_metadata=None):
|
||||
"""
|
||||
Returns a set of samples of observations based on a given value of the latent variable.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue