mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-27 05:46:24 +02:00
Fixed broadcasting bug, rasm now appears to work
This commit is contained in:
parent
0312f319ad
commit
2006a94caa
2 changed files with 10 additions and 7 deletions
|
|
@ -47,7 +47,6 @@ class student_t(likelihood_function):
|
|||
- (self.v + 1) * 0.5
|
||||
* np.log(1 + ((e**2 / self.sigma**2) / self.v))
|
||||
)
|
||||
print (e**2).shape
|
||||
return np.sum(objective)
|
||||
|
||||
def link_grad(self, y, f):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue