mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-01 07:46:22 +02:00
Added sampling for predictive quantiles and also mean and variance
where necessary
This commit is contained in:
parent
5a924ff5cb
commit
336f8e11c4
4 changed files with 53 additions and 39 deletions
|
|
@ -61,6 +61,7 @@ def toy_linear_1d_classification(seed=default_seed):
|
|||
#m.update_likelihood_approximation()
|
||||
# Parameters optimization:
|
||||
#m.optimize()
|
||||
#m.update_likelihood_approximation()
|
||||
m.pseudo_EM()
|
||||
|
||||
# Plot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue