Upload abalone.py
Browse files- 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 |
-
"
|
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}
|