CoolFace
Datasetpublic

mstz/abalone

Abalone The Abalone dataset from the UCI ML repository. Predict the age of the given abalone. Configurations and tasks Configuration Task Description abalone Regression Predict the age of the abalone. binary Binary classification Does the abalone have more than 9 rings? Usage from datasets import load_dataset dataset = load_dataset("mstz/abalone")["train"] Features Target feature in bold. Feature Type… See the full description on the dataset page: https://huggingface.co/datasets/mstz/abalone.

sourceHugging Faceccupdated 1y agoView on Hugging Face
1likes55downloads
Dataset Card

Abalone

The Abalone dataset from the UCI ML repository. Predict the age of the given abalone.

Configurations and tasks

**Configuration****Task****Description**
abaloneRegressionPredict the age of the abalone.
binaryBinary classificationDoes the abalone have more than 9 rings?

Usage

python
from datasets import load_dataset

dataset = load_dataset("mstz/abalone")["train"]

Features

Target feature in bold.

**Feature****Type**
sex[string]
length[float64]
diameter[float64]
height[float64]
whole_weight[float64]
shucked_weight[float64]
viscera_weight[float64]
shell_weight[float64]
number_of_rings[int8]