mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-10 04:22:38 +02:00
finished mrd and added plotting functions
This commit is contained in:
parent
de6b00ebfd
commit
51ff92e591
7 changed files with 130 additions and 75 deletions
|
|
@ -70,7 +70,7 @@ class kern(parameterised):
|
|||
ax.bar(np.arange(len(ard_params)) - 0.4, ard_params)
|
||||
ax.set_xticks(np.arange(len(ard_params)),
|
||||
["${}$".format(i + 1) for i in range(len(ard_params))])
|
||||
|
||||
return ax
|
||||
|
||||
def _transform_gradients(self,g):
|
||||
x = self._get_params()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue