Update README.md
Browse files
README.md
CHANGED
@@ -43,23 +43,23 @@ As it is meant to promote further evaluations upon having completed its predicti
|
|
43 |
| HeartDiseaseAttack | Binary | Coronary heart disease or myocardial infarction ? | 0 = no, 1 = yes |
|
44 |
| PhysActivity | Binary | Physical activity in the past 30 days? | 0 = no, 1 = yes |
|
45 |
| Fruits | Binary | Does the patient consume one or more fruits per day? | 0 = no, 1 = yes |
|
46 |
-
| Veggies | Binary | Does the patient consume vegetables one more times per day? | 0 = no, 1 = yes
|
47 |
-
| HvyAlcoholConsump | Binary | Is the patient a heavy drinker (14 drinks per week for men/ 7 drinks for women)? | 0 = no, 1 = yes
|
48 |
-
| AnyHealthcare | Binary | Does the patient have healthcare coverage? | 0 = no, 1 = yes
|
49 |
-
| NoDocbcCost | Binary | Did the patient have any difficulty reaching a doctor due to cost in the past 12 months? | 0 = no, 1 = yes
|
50 |
-
| GenHlth | Integer | How good is the patient's general health? | 1 = excellent 2 = very good
|
51 |
-
|
52 |
| MenHlth | Integer | For how many days during the past 30 was the patient's mental health not good? | Scale 1-30 |
|
53 |
| PhysHlth | Integer | For how many days during the past 30 was the patient's physical health poor? | Scale 1-30 |
|
54 |
| DiffWalk | Binary | Does the patient have difficulty walking? | 0 = no, 1 = yes |
|
55 |
| Sex | Binary | What is the patient's sex? | 0 = female, 1 = male |
|
56 |
| Age | Integer | What is the patient's age? | 1 = 18-24, 9 = 60-64, 13 = 80 or older |
|
57 |
| Education | Integer | Maximum education reached | 1 = never attended school |
|
58 |
-
2 = grades 1 through 8
|
59 |
-
3 = grades 9 through 11
|
60 |
-
4 = grade 12 or GED (graduate)
|
61 |
-
5 = college (1 - 3 years)
|
62 |
-
6 = college (4 years or graduate)
|
63 |
| Income | Integer | Income level | 1 = less than $10,000 |
|
64 |
5 = less than $35,000 |
|
65 |
8 = $75,000 or more |
|
|
|
43 |
| HeartDiseaseAttack | Binary | Coronary heart disease or myocardial infarction ? | 0 = no, 1 = yes |
|
44 |
| PhysActivity | Binary | Physical activity in the past 30 days? | 0 = no, 1 = yes |
|
45 |
| Fruits | Binary | Does the patient consume one or more fruits per day? | 0 = no, 1 = yes |
|
46 |
+
| Veggies | Binary | Does the patient consume vegetables one more times per day? | 0 = no, 1 = yes |
|
47 |
+
| HvyAlcoholConsump | Binary | Is the patient a heavy drinker (14 drinks per week for men/ 7 drinks for women)? | 0 = no, 1 = yes |
|
48 |
+
| AnyHealthcare | Binary | Does the patient have healthcare coverage? | 0 = no, 1 = yes |
|
49 |
+
| NoDocbcCost | Binary | Did the patient have any difficulty reaching a doctor due to cost in the past 12 months? | 0 = no, 1 = yes |
|
50 |
+
| GenHlth | Integer | How good is the patient's general health? | 1 = excellent 2 = very good 3 = good 4 = fair 5 = poor |
|
51 |
+
|
52 |
| MenHlth | Integer | For how many days during the past 30 was the patient's mental health not good? | Scale 1-30 |
|
53 |
| PhysHlth | Integer | For how many days during the past 30 was the patient's physical health poor? | Scale 1-30 |
|
54 |
| DiffWalk | Binary | Does the patient have difficulty walking? | 0 = no, 1 = yes |
|
55 |
| Sex | Binary | What is the patient's sex? | 0 = female, 1 = male |
|
56 |
| Age | Integer | What is the patient's age? | 1 = 18-24, 9 = 60-64, 13 = 80 or older |
|
57 |
| Education | Integer | Maximum education reached | 1 = never attended school |
|
58 |
+
2 = grades 1 through 8
|
59 |
+
3 = grades 9 through 11
|
60 |
+
4 = grade 12 or GED (graduate)
|
61 |
+
5 = college (1 - 3 years)
|
62 |
+
6 = college (4 years or graduate)
|
63 |
| Income | Integer | Income level | 1 = less than $10,000 |
|
64 |
5 = less than $35,000 |
|
65 |
8 = $75,000 or more |
|