nicetoolbox.evaluation.data.plots.plot_score

nicetoolbox.evaluation.data.plots.plot_score(df: DataFrame, x_col: str, y_col: str, title: str, x_label: str, y_label: str) Figure[source]

Bar chart comparing a scalar score across groups (e.g. algorithm vs CV).

If multiple rows share the same x_col value, their y_col values are averaged.