plot_overview
- hybrid_learning.experimentation.ca_exp_eval.plot_overview(best_set_iou_display, model_name=None, metric='set_iou', max_val=None, save_as=None, **plot_args)[source]
Plot and save the output of
merge_to_overview
usingplot_best_ious_wt_std
.- Parameters
best_set_iou_display (DataFrame) – DataFrame in the format as provided by
merge_to_overview
model_name (Optional[str]) – used to determine default for save_as
metric (str) – used to determine default for save_as
save_as (Optional[str]) – the filename to save plot as; no saving if set to
False
; if a directory or None, a default file name is used (under directory); if ends with.svg
, both an SVG and a PNG image are saved