Spaces:
Sleeping
Sleeping
wzkariampuzha
commited on
Commit
•
9b4d781
1
Parent(s):
265205e
Update app.py
Browse files
app.py
CHANGED
@@ -123,9 +123,11 @@ if disease_or_gard_id:
|
|
123 |
classify_model_vars)
|
124 |
st.dataframe(df, height=100)
|
125 |
st.markdown(df.columns)
|
126 |
-
st.markdown('''
|
127 |
-
-
|
|
|
128 |
- DIS: Rare disease terms or synonyms identified in the abstract from the GARD Dictionary
|
|
|
129 |
- EPI: Epidemiology Types are the metrics used to estimate disease burden such as "incidence", "prevalence rate", or "occurrence"
|
130 |
- STAT: Epidemiology Rates describe how many people are afflicted by a disease.
|
131 |
- DATE: The dates when the epidemiologic studies were conducted
|
|
|
123 |
classify_model_vars)
|
124 |
st.dataframe(df, height=100)
|
125 |
st.markdown(df.columns)
|
126 |
+
st.markdown('''COLUMNS:
|
127 |
+
- PROB_OF_EPI: Probability that the paper is an epidemiologic study based on its abstract.
|
128 |
+
- IsEpi: If it is an epidemiologic study (If PROB_OF_EPI >0.5)
|
129 |
- DIS: Rare disease terms or synonyms identified in the abstract from the GARD Dictionary
|
130 |
+
- IDS: GARD IDs identified in the abstract from the GARD Dictionary
|
131 |
- EPI: Epidemiology Types are the metrics used to estimate disease burden such as "incidence", "prevalence rate", or "occurrence"
|
132 |
- STAT: Epidemiology Rates describe how many people are afflicted by a disease.
|
133 |
- DATE: The dates when the epidemiologic studies were conducted
|