mstz commited on
Commit
0e607fd
·
1 Parent(s): 2f6a7f2

Upload fertility.py

Browse files
Files changed (1) hide show
  1. fertility.py +6 -6
fertility.py CHANGED
@@ -30,16 +30,16 @@ _ENCODING_DICS = {
30
  +1: "fall",
31
  },
32
  "has_had_childhood_diseases" : {
33
- "yes": True,
34
- "no": False
35
  },
36
  "has_had_serious_trauma" : {
37
- "yes": True,
38
- "no": False
39
  },
40
  "has_had_surgical_interventions" : {
41
- "yes": True,
42
- "no": False
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",