mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-03 16:52:39 +02:00
[gradxx] not working with X,X...
This commit is contained in:
parent
b16d57f560
commit
17bfccb457
4 changed files with 41 additions and 23 deletions
|
|
@ -50,6 +50,8 @@ def inject_plotting():
|
|||
GP.plot_samples = gpy_plot.gp_plots.plot_samples
|
||||
GP.plot = gpy_plot.gp_plots.plot
|
||||
GP.plot_f = gpy_plot.gp_plots.plot_f
|
||||
GP.plot_latent = gpy_plot.gp_plots.plot_f
|
||||
GP.plot_noiseless = gpy_plot.gp_plots.plot_f
|
||||
GP.plot_magnification = gpy_plot.latent_plots.plot_magnification
|
||||
|
||||
from ..models import StateSpace
|
||||
|
|
@ -62,7 +64,9 @@ def inject_plotting():
|
|||
StateSpace.plot_samples = gpy_plot.gp_plots.plot_samples
|
||||
StateSpace.plot = gpy_plot.gp_plots.plot
|
||||
StateSpace.plot_f = gpy_plot.gp_plots.plot_f
|
||||
|
||||
StateSpace.plot_latent = gpy_plot.gp_plots.plot_f
|
||||
StateSpace.plot_noiseless = gpy_plot.gp_plots.plot_f
|
||||
|
||||
from ..core import SparseGP
|
||||
SparseGP.plot_inducing = gpy_plot.data_plots.plot_inducing
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue