Spaces:
Sleeping
Sleeping
Update dashboard.py
Browse files- 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 |
-
##
|
158 |
Bar plots of the Entity and Relation type counts.
|
159 |
|
160 |
-
##
|
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 |
-
##
|
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():
|