zavavan commited on
Commit
e377201
·
verified ·
1 Parent(s): 595b48c

Update dashboard.py

Browse files
Files changed (1) hide show
  1. dashboard.py +4 -5
dashboard.py CHANGED
@@ -154,15 +154,14 @@ The causal relations represented in the KG are defined by the **MIMICause** sche
154
 
155
  ---------------------------
156
 
157
- ## 1. Entities/Relation Types
158
  Bar plots of the Entity and Relation type counts.
159
 
160
- ## 2. Top Key Entities
161
  Bar plots representing the occurence counts of the top 30 Entities in the KG, where occurrence means the entity is either the Subject or Object of an extracted triple in the KG.
162
 
163
- ## 3. Entity Chord Diagrams
164
- Entity Chord Diagrams represent the most frequently connected entity pairs within the KG through chord illustrations, serving as both Subjects and Objects of predicative triples.
165
- The size of the chords corresponds to the support of the depicted relations.
166
  """, width=800), align="center")
167
 
168
  def CreatePage2():
 
154
 
155
  ---------------------------
156
 
157
+ ## Entities/Relation Types
158
  Bar plots of the Entity and Relation type counts.
159
 
160
+ ## Top Key Entities
161
  Bar plots representing the occurence counts of the top 30 Entities in the KG, where occurrence means the entity is either the Subject or Object of an extracted triple in the KG.
162
 
163
+ ## Entity Chord Diagrams
164
+ Entity Chord Diagrams represent the most frequently connected entity pairs within the KG through chord illustrations, serving as both Subjects and Objects of predicative triples. The size of the chords corresponds to the support of the depicted relations.
 
165
  """, width=800), align="center")
166
 
167
  def CreatePage2():