mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-06 18:42:39 +02:00
Modified log_like_gradients to make it _log_like_gradients and moved extract_gradient to _log_like_gradients_transformed.
This commit is contained in:
parent
333d8d3e5f
commit
b43db3f8da
9 changed files with 13 additions and 13 deletions
|
|
@ -99,6 +99,6 @@ class probit(likelihood):
|
|||
def predictive_mean(self,mu,variance):
|
||||
return stats.norm.cdf(mu/np.sqrt(1+variance))
|
||||
|
||||
def log_likelihood_gradients():
|
||||
def _log_likelihood_gradients():
|
||||
raise NotImplementedError
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue