nicetoolbox.evaluation.data.plots.plot_score_grouped¶
- nicetoolbox.evaluation.data.plots.plot_score_grouped(df: DataFrame, x_col: str, series_col: str, y_col: str, title: str, x_label: str, y_label: str) Figure[source]¶
Grouped bar chart comparing a scalar score across x groups, with one color per series.
If multiple rows share the same (x_col, series_col) pair, their y_col values are averaged.