plot

A module to plot the results of the benchmark

source

create_radar_plot

 create_radar_plot (benchmark_results:Sequence[Mapping[str,Any]],
                    model_names:Optional[Sequence[str]]=None,
                    reference_max:Optional[Mapping[str,float]]=None)