mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-30 14:35:15 +02:00
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
This commit is contained in:
commit
a98bafb5b4
2 changed files with 3 additions and 3 deletions
|
|
@ -341,7 +341,7 @@ def fixed_inputs(model, non_fixed_inputs, fix_routine='median', as_list=True, X_
|
|||
return X
|
||||
|
||||
|
||||
def errorbars_trainset(model, which_data_rows='all',
|
||||
def plot_errorbars_trainset(model, which_data_rows='all',
|
||||
which_data_ycols='all', fixed_inputs=[],
|
||||
fignum=None, ax=None,
|
||||
linecol='red', data_symbol='kx',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue