plot_summaries

hybrid_learning.experimentation.fuzzy_exp.fuzzy_exp_vis.plot_summaries(mask_dfs, save_as=None)[source]

Plot row of bar plots one for each summary mask DataFrame. The summary DataFrames should have the format as provided by hybrid_learning.experimentation.fuzzy_exp.fuzzy_exp_eval.summarize_exp_stats().

Parameters
  • mask_dfs (Dict[str, DataFrame]) – dictionary of the form {mask_type: mask_stats_dataframe}

  • save_as (Optional[str]) – if not None, save figure under this file path

Return type

Optional[Figure]