pantdipendra commited on
Commit
91636d6
·
verified ·
1 Parent(s): 9e09423

feature_label_table_glossary_content

Browse files
Files changed (1) hide show
  1. app.py +21 -21
app.py CHANGED
@@ -664,6 +664,27 @@ with gr.Blocks(css=".gradio-container {max-width: 1200px;}") as demo:
664
 
665
  The compiled glossary for each of the identified input features and output features is listed in Table 1 and Table 2 below.
666
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
667
  **Table 1: Input Features**
668
 
669
  | S.N | Input Feature | Description |
@@ -694,27 +715,6 @@ with gr.Blocks(css=".gradio-container {max-width: 1200px;}") as demo:
694
  | 24 | YMSUD5YANY | Youth: Past Year Major Depressive Episode and Substance Use Disorder - DSM-5 - Any |
695
  | 25 | YRXMDEYR | Youth: Used Prescription Medication for Major Depressive Episode in Past Year |
696
 
697
- **Table 2: Target Labels**
698
-
699
- | S.N | Target Label | Description |
700
- |----|-------------|-------------|
701
- | 1 | YOWRCONC | On most days, did you have a lot more trouble than usual keeping your mind on things? |
702
- | 2 | YOSEEDOC | At any time in the past 12 months, did you see or talk to a medical doctor or other professional about your feelings? |
703
- | 3 | YO_MDEA5 | Others Noticed That the Respondent Was Restless or Lethargic |
704
- | 4 | YOWRLSIN | During that worst period of time, did you become bored with almost everything like school, work, hobbies, and things you like to do for fun? |
705
- | 5 | YODPPROB | Did you ever have any of the problems (sleep, eating, energy, etc.) for two weeks or longer? |
706
- | 6 | YOWRPROB | Can you think of the worst time when you felt for two weeks or longer and also had these other problems? |
707
- | 7 | YODPR2WK | Did you ever have a period of time that lasted most of the day, almost every day, for two weeks or longer? |
708
- | 8 | YOWRDEPR | During that time, did you feel sad, empty, or depressed for most of the day nearly every day? |
709
- | 9 | YODPDISC | Did you ever feel discouraged about how things were going in your life? |
710
- | 10 | YOLOSEV | Have you ever had a period when you lost interest and became bored with most things? |
711
- | 11 | YOWRDCSN | Were you unable to make up your mind about things? |
712
- | 12 | YODSMMDE | Score of Symptom Indicators 1 Through 9 |
713
- | 13 | YO_MDEA3 | Changes in Appetite or Weight |
714
- | 14 | YODPLSIN | Did you ever lose interest and become really bored with most things? |
715
- | 15 | YOWRELES | Did you eat much less than usual almost every day during that time? |
716
- | 16 | YOPB2WK | In the past 12 months, did you have a period of time when you felt for two weeks or longer? |
717
-
718
  More information can be found at:
719
  - [NSDUH 2021 Codebook](https://www.datafiles.samhsa.gov/...)
720
  - [NSDUH 2022 Codebook](https://www.datafiles.samhsa.gov/...)
 
664
 
665
  The compiled glossary for each of the identified input features and output features is listed in Table 1 and Table 2 below.
666
 
667
+ **Table 1: Target Labels**
668
+
669
+ | S.N | Target Label | Description |
670
+ |----|-------------|-------------|
671
+ | 1 | YOWRCONC | On most days, did you have a lot more trouble than usual keeping your mind on things? |
672
+ | 2 | YOSEEDOC | At any time in the past 12 months, did you see or talk to a medical doctor or other professional about your feelings? |
673
+ | 3 | YO_MDEA5 | Others Noticed That the Respondent Was Restless or Lethargic |
674
+ | 4 | YOWRLSIN | During that worst period of time, did you become bored with almost everything like school, work, hobbies, and things you like to do for fun? |
675
+ | 5 | YODPPROB | Did you ever have any of the problems (sleep, eating, energy, etc.) for two weeks or longer? |
676
+ | 6 | YOWRPROB | Can you think of the worst time when you felt for two weeks or longer and also had these other problems? |
677
+ | 7 | YODPR2WK | Did you ever have a period of time that lasted most of the day, almost every day, for two weeks or longer? |
678
+ | 8 | YOWRDEPR | During that time, did you feel sad, empty, or depressed for most of the day nearly every day? |
679
+ | 9 | YODPDISC | Did you ever feel discouraged about how things were going in your life? |
680
+ | 10 | YOLOSEV | Have you ever had a period when you lost interest and became bored with most things? |
681
+ | 11 | YOWRDCSN | Were you unable to make up your mind about things? |
682
+ | 12 | YODSMMDE | Score of Symptom Indicators 1 Through 9 |
683
+ | 13 | YO_MDEA3 | Changes in Appetite or Weight |
684
+ | 14 | YODPLSIN | Did you ever lose interest and become really bored with most things? |
685
+ | 15 | YOWRELES | Did you eat much less than usual almost every day during that time? |
686
+ | 16 | YOPB2WK | In the past 12 months, did you have a period of time when you felt for two weeks or longer? |
687
+
688
  **Table 1: Input Features**
689
 
690
  | S.N | Input Feature | Description |
 
715
  | 24 | YMSUD5YANY | Youth: Past Year Major Depressive Episode and Substance Use Disorder - DSM-5 - Any |
716
  | 25 | YRXMDEYR | Youth: Used Prescription Medication for Major Depressive Episode in Past Year |
717
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
718
  More information can be found at:
719
  - [NSDUH 2021 Codebook](https://www.datafiles.samhsa.gov/...)
720
  - [NSDUH 2022 Codebook](https://www.datafiles.samhsa.gov/...)