tki.insights.point_insight.EvennessInsight¶
- class tki.insights.point_insight.EvennessInsight¶
The Evenness Insight returns a score describing the evenness of the distribution of the values. It is based on the Shannon-Index. A high score stands for a very even distribution.
- __init__()¶
Methods
__init__()calc_insight(extraction_result)Calculate Insight score
plot(result)Visualizes Insight Result using matplotlib
Attributes
name