mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-06 02:24:17 +02:00
plotting fix
This commit is contained in:
parent
328e0124c7
commit
c302e515e2
5 changed files with 6 additions and 7 deletions
|
|
@ -86,8 +86,7 @@ def plot_fit(model, plot_limits=None, which_data_rows='all',
|
|||
upper = m + 2*np.sqrt(v)
|
||||
else:
|
||||
m, v = model.predict(Xgrid, full_cov=False, Y_metadata=Y_metadata)
|
||||
|
||||
lower, upper = model.predict_quantiles(Xgrid, Y_metadata=Y_metadata)
|
||||
lower, upper = model.predict_quantiles(Xgrid, Y_metadata=Y_metadata)
|
||||
|
||||
|
||||
for d in which_data_ycols:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue