Datasets:
Upload speeddating.py
Browse files- speeddating.py +3 -3
speeddating.py
CHANGED
|
@@ -151,11 +151,11 @@ features_types_per_config = {
|
|
| 151 |
"dater_interest_in_shopping": datasets.Value("float64"),
|
| 152 |
"dater_interest_in_yoga": datasets.Value("float64"),
|
| 153 |
"interests_correlation": datasets.Value("float64"),
|
| 154 |
-
"expected_satisfaction_of_dater": datasets.Value("
|
| 155 |
"expected_number_of_likes_of_dater_from_20_people": datasets.Value("int8"),
|
| 156 |
"expected_number_of_dates_for_dater": datasets.Value("int8"),
|
| 157 |
-
"dater_liked_dated": datasets.Value("
|
| 158 |
-
"probability_dated_wants_to_date": datasets.Value("
|
| 159 |
"already_met_before": datasets.Value("int8"),
|
| 160 |
"dater_wants_to_date": datasets.Value("int8"),
|
| 161 |
"dated_wants_to_date": datasets.Value("int8"),
|
|
|
|
| 151 |
"dater_interest_in_shopping": datasets.Value("float64"),
|
| 152 |
"dater_interest_in_yoga": datasets.Value("float64"),
|
| 153 |
"interests_correlation": datasets.Value("float64"),
|
| 154 |
+
"expected_satisfaction_of_dater": datasets.Value("float64"),
|
| 155 |
"expected_number_of_likes_of_dater_from_20_people": datasets.Value("int8"),
|
| 156 |
"expected_number_of_dates_for_dater": datasets.Value("int8"),
|
| 157 |
+
"dater_liked_dated": datasets.Value("float64"),
|
| 158 |
+
"probability_dated_wants_to_date": datasets.Value("float64"),
|
| 159 |
"already_met_before": datasets.Value("int8"),
|
| 160 |
"dater_wants_to_date": datasets.Value("int8"),
|
| 161 |
"dated_wants_to_date": datasets.Value("int8"),
|