mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-04 01:02:39 +02:00
Update gp_plots.py
This commit is contained in:
parent
2ed92d7523
commit
cb18d151fb
1 changed files with 9 additions and 1 deletions
|
|
@ -268,4 +268,12 @@ def _plot_density(self, canvas, plot_limits=None, fixed_inputs=None,
|
|||
else:
|
||||
raise RuntimeError('Can only plot density in one input dimension')
|
||||
|
||||
|
||||
def plot(self, plot_limits=None, fixed_inputs=None,
|
||||
resolution=None, plot_inducing=True,
|
||||
plot_raw=False, apply_link=False,
|
||||
which_data_ycols='all', which_data_rows='all',
|
||||
levels=20, samples=0,
|
||||
predict_kw=None,
|
||||
**kwargs):
|
||||
#maybe get the prediction to be only done once here
|
||||
pass #for now
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue