Datasets:
Upload fertility.py
Browse files- 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("
|
90 |
"smoking_frequency": datasets.Value("string"),
|
91 |
-
"number_of_sitting_hours_per_day": datasets.Value("
|
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 |
}
|