MetricPlotType

class MetricPlotType(value)[source]

Bases: str, enum.Enum

Enum 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_function()

Get aggregation function.

Attributes

hist

box

violin

get_function()[source]

Get aggregation function.