MetricPlotType¶
- class MetricPlotType(value)[source]¶
Bases:
str,enum.EnumEnum for types of plot in
metric_per_segment_distribution_plot().- hist¶
Histogram plot,
seaborn.histplot()is used
- box¶
Boxplot,
seaborn.boxplot()is used
- violin¶
Violin plot,
seaborn.violinplot()is used
- Inherited-members
Methods
Get aggregation function.
Attributes