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