box_plot_matplotlib#
- gaitmap_challenges.visualization.box_plot_matplotlib(cv_results: Dict[str, DataFrame], metric: str, use_aggregation: Literal['fold', 'single'] = 'single', overlay_scatter: bool = True, label_grouper: Optional[Callable[[Series], Categorical]] = None, invert_grouping: bool = False, force_order: Optional[Sequence[str]] = None, boxplot_props: Optional[Dict[str, Any]] = None, *, ax=None)[source]#
Create a boxplot using matplotlib from the CV results.
See
SingleMetricBoxplotfor details on the parameters.