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

Upload fertility.py

Browse files
Files changed (1) hide show
  1. fertility.py +2 -2
fertility.py CHANGED
@@ -86,9 +86,9 @@ features_types_per_config = {
86
  "has_had_serious_trauma": datasets.Value("bool"),
87
  "has_had_surgical_interventions": datasets.Value("bool"),
88
  "has_had_high_fevers_in_the_past_year": datasets.Value("string"),
89
- "frequency_of_alcohol_consumption": datasets.Value("float16"),
90
  "smoking_frequency": datasets.Value("string"),
91
- "number_of_sitting_hours_per_day": datasets.Value("float16"),
92
  "has_fertility_issues": datasets.ClassLabel(num_classes=2, names=("no", "yes"))
93
  }
94
  }
 
86
  "has_had_serious_trauma": datasets.Value("bool"),
87
  "has_had_surgical_interventions": datasets.Value("bool"),
88
  "has_had_high_fevers_in_the_past_year": datasets.Value("string"),
89
+ "frequency_of_alcohol_consumption": datasets.Value("float64"),
90
  "smoking_frequency": datasets.Value("string"),
91
+ "number_of_sitting_hours_per_day": datasets.Value("float64"),
92
  "has_fertility_issues": datasets.ClassLabel(num_classes=2, names=("no", "yes"))
93
  }
94
  }