mstz commited on
Commit
1a6984c
1 Parent(s): df37011

Upload abalone.py

Browse files
Files changed (1) hide show
  1. abalone.py +1 -1
abalone.py CHANGED
@@ -57,7 +57,7 @@ features_types_per_config = {
57
  "shucked_weight": datasets.Value("float64"),
58
  "viscera_weight": datasets.Value("float64"),
59
  "shell_weight": datasets.Value("float64"),
60
- "ring": datasets.Value("int8")
61
  }
62
  }
63
  features_per_config = {k: datasets.Features(features_types_per_config[k]) for k in features_types_per_config}
 
57
  "shucked_weight": datasets.Value("float64"),
58
  "viscera_weight": datasets.Value("float64"),
59
  "shell_weight": datasets.Value("float64"),
60
+ "number_of_rings": datasets.Value("int8")
61
  }
62
  }
63
  features_per_config = {k: datasets.Features(features_types_per_config[k]) for k in features_types_per_config}