mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-08 11:32:39 +02:00
Added lengthscales for a standard GPLVM with ARD
This commit is contained in:
parent
76eb36f13c
commit
0c88640e64
1 changed files with 1 additions and 0 deletions
|
|
@ -40,4 +40,5 @@ class OneVsAllClassification(object):
|
|||
|
||||
m = SparseGPClassification(X,Ynew,kernel=kernel,Y_metadata=Y_metadata)
|
||||
m.optimize(messages=messages)
|
||||
stop
|
||||
self.results[yj] = m.predict(X)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue