ncem.train.GridSearchContainer.plot_target_cell_evaluation

GridSearchContainer.plot_target_cell_evaluation(metric_show: str, metric_select: str, param_x: str, ncols: int = 8, show: bool = True, save: Optional[str] = None, suffix: str = 'target_cell_evaluation.pdf', return_axs: bool = False, yaxis_limit: Optional[Tuple[float, float]] = None, panelsize: Tuple[float, float] = (3.0, 3.0), sharey: bool = 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.

Returns

Return type

axis if return_axs is True.