Upload abalone.py
Browse files- abalone.py +1 -1
abalone.py
CHANGED
@@ -52,7 +52,7 @@ features_types_per_config = {
|
|
52 |
"sex": datasets.Value("string"),
|
53 |
"length": datasets.Value("float64"),
|
54 |
"diameter": datasets.Value("float64"),
|
55 |
-
"
|
56 |
"whole_weight": datasets.Value("float64"),
|
57 |
"shucked_weight": datasets.Value("float64"),
|
58 |
"viscera_weight": datasets.Value("float64"),
|
|
|
52 |
"sex": datasets.Value("string"),
|
53 |
"length": datasets.Value("float64"),
|
54 |
"diameter": datasets.Value("float64"),
|
55 |
+
"height": datasets.Value("float64"),
|
56 |
"whole_weight": datasets.Value("float64"),
|
57 |
"shucked_weight": datasets.Value("float64"),
|
58 |
"viscera_weight": datasets.Value("float64"),
|