mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-30 07:16:23 +02:00
Fixed laplace approximation and made more numerically stable with cholesky decompositions, and commented
This commit is contained in:
parent
431f93ef23
commit
e0c1e4a4df
2 changed files with 65 additions and 78 deletions
|
|
@ -140,7 +140,6 @@ def student_t_approx():
|
|||
m.plot()
|
||||
plt.plot(X_full, Y_full)
|
||||
plt.ylim(-2.5, 2.5)
|
||||
import ipdb; ipdb.set_trace() ### XXX BREAKPOINT
|
||||
|
||||
print "Clean student t, ncg"
|
||||
t_distribution = student_t(deg_free, sigma=edited_real_sd)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue