mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-05 01:32:40 +02:00
Merge branch 'params' of github.com:SheffieldML/GPy into params
This commit is contained in:
commit
21c4d41ac3
13 changed files with 239 additions and 53 deletions
|
|
@ -135,4 +135,4 @@ class SpikeAndSlabPosterior(VariationalPosterior):
|
|||
import sys
|
||||
assert "matplotlib" in sys.modules, "matplotlib package has not been imported."
|
||||
from ...plotting.matplot_dep import variational_plots
|
||||
return variational_plots.plot(self,*args)
|
||||
return variational_plots.plot_SpikeSlab(self,*args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue