Exploring insight lightly: LiteInsight #226
arranzeyuwang
announced in
Announcements
Replies: 1 comment 1 reply
-
What does numerical impact, task-related impact, and significance mean and how to calculate them? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
LiteInsight is the insight-driven visual exploration lib of AVA.
It employs a pruning-based insight exploration model, which classifies data by insight type through subspace enumeration, pruning and pattern matching. Thus calculates its insight score, and outputs insight results, meta-data and optional output structure information. The insight score consists of numerical impact and task-related impact.
The pipeline of LiteInsight can be shown like this:
The output Metadata is consists of core and additional attributes as follows:
Insight tuples: <Subspaces, Breakdown, Measures, InsightType, Score>
PatternInfo: model pattern information
FilteredData: Chart data
ChartType: Type of insights
NLG: Output of natural language generator
Schema (in G2Plot)
Annotation (in G2Plot)
*Non-G2Plot charts should be constructed according to the core information and the characteristics of your own charting library
A exemplar in JavaScript can be expressed as follows.
For graph data, LiteInsight will provide Graph-based subspace enumeration capability in the future. In which subspaces can exist in the form of both subgraphs and sub-tables. Insight of graph data can be expressed by annotations and layouts.
Back to the Big Picture.
Beta Was this translation helpful? Give feedback.
All reactions