mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-11 21:12:38 +02:00
array handling in plotting and weave
This commit is contained in:
parent
e1bb3e508e
commit
a3bf662fd3
11 changed files with 225 additions and 202 deletions
|
|
@ -285,6 +285,7 @@ def bgplvm_simulation(optimize='scg',
|
|||
k = kern.linear(input_dim, ARD=True) + kern.bias(input_dim, np.exp(-2)) + kern.white(input_dim, np.exp(-2)) # + kern.bias(input_dim)
|
||||
m = BayesianGPLVM(Y, input_dim, init="PCA", num_inducing=num_inducing, kernel=k)
|
||||
|
||||
import ipdb; ipdb.set_trace()
|
||||
# m.constrain('variance|noise', LogexpClipped())
|
||||
m['gaussian'] = Y.var() / 100.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue