ncem.train.GridSearchContainer.plot_target_cell_evaluation
- GridSearchContainer.plot_target_cell_evaluation(metric_show, metric_select, param_x, ncols=8, show=True, save=None, suffix='target_cell_evaluation.pdf', return_axs=False, yaxis_limit=None, panelsize=(3.0, 3.0), sharey=False)[source]
Plot target cell evaluation.
- Parameters
metric_show (str) – Showing metric.
metric_select (str) – Selected metric.
param_x (str) – Parameter on x axis.
yaxis_limit (tuple, optional) – y axis limits.
panelsize (tuple) – Panel size.
ncols (int) – Number of columns.
save (str, optional) – Whether (if not None) and where (path as string given as save) to save plot.
suffix (str) – Suffix of file name to save to.
show (bool) – Whether to display plot.
return_axs (bool) – Whether to return axis objects.
sharey (bool) –
- Return type
axis if return_axs is True.