mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-06 10:32:39 +02:00
Deleted line
This commit is contained in:
parent
b2bc978767
commit
54c4d6df14
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ class gaussian(likelihood):
|
|||
pb.plot(U,np.ones(U.shape[0])*self.Y.min()*.8,'r|',mew=1.5,markersize=12)
|
||||
|
||||
def predictive_mean(self,mu,Sigma):
|
||||
return mu #return stats.poisson.pmf(h)
|
||||
return mu
|
||||
|
||||
def _log_likelihood_gradients():
|
||||
raise NotImplementedError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue