mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-11 21:12:38 +02:00
plot_latent bug-fix in mrd
This commit is contained in:
parent
26260c355c
commit
8cdedf2edb
2 changed files with 3 additions and 2 deletions
|
|
@ -75,7 +75,8 @@ class kern(Parameterized):
|
|||
if hasattr(p, 'ARD') and p.ARD:
|
||||
if title is None:
|
||||
ax.set_title('ARD parameters, %s kernel' % p.name)
|
||||
|
||||
else:
|
||||
ax.set_title(title)
|
||||
if p.name == 'linear':
|
||||
ard_params = p.variances
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue