mstz commited on
Commit
5bf6a9f
·
1 Parent(s): 6e9f9bc

Upload speeddating.py

Browse files
Files changed (1) hide show
  1. speeddating.py +1 -1
speeddating.py CHANGED
@@ -150,7 +150,7 @@ features_types_per_config = {
150
  "dater_interest_in_music": datasets.Value("int8"),
151
  "dater_interest_in_shopping": datasets.Value("int8"),
152
  "dater_interest_in_yoga": datasets.Value("int8"),
153
- "interests_correlation": datasets.Value("double32"),
154
  "expected_satisfaction_of_dater": datasets.Value("int8"),
155
  "expected_number_of_likes_of_dater_from_20_people": datasets.Value("int8"),
156
  "expected_number_of_dates_for_dater": datasets.Value("int8"),
 
150
  "dater_interest_in_music": datasets.Value("int8"),
151
  "dater_interest_in_shopping": datasets.Value("int8"),
152
  "dater_interest_in_yoga": datasets.Value("int8"),
153
+ "interests_correlation": datasets.Value("float64"),
154
  "expected_satisfaction_of_dater": datasets.Value("int8"),
155
  "expected_number_of_likes_of_dater_from_20_people": datasets.Value("int8"),
156
  "expected_number_of_dates_for_dater": datasets.Value("int8"),