Datasets:
Upload fertility.py
Browse files- fertility.py +6 -6
fertility.py
CHANGED
@@ -30,16 +30,16 @@ _ENCODING_DICS = {
|
|
30 |
+1: "fall",
|
31 |
},
|
32 |
"has_had_childhood_diseases" : {
|
33 |
-
|
34 |
-
|
35 |
},
|
36 |
"has_had_serious_trauma" : {
|
37 |
-
|
38 |
-
|
39 |
},
|
40 |
"has_had_surgical_interventions" : {
|
41 |
-
|
42 |
-
|
43 |
},
|
44 |
"has_had_high_fevers_in_the_past_year" : {
|
45 |
1: "no",
|
|
|
30 |
+1: "fall",
|
31 |
},
|
32 |
"has_had_childhood_diseases" : {
|
33 |
+
1: True,
|
34 |
+
0: False
|
35 |
},
|
36 |
"has_had_serious_trauma" : {
|
37 |
+
1: True,
|
38 |
+
0: False
|
39 |
},
|
40 |
"has_had_surgical_interventions" : {
|
41 |
+
1: True,
|
42 |
+
0: False
|
43 |
},
|
44 |
"has_had_high_fevers_in_the_past_year" : {
|
45 |
1: "no",
|