Abalone
Hugging FaceAbalone 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 sex [string]… See the full description on the dataset page: https://huggingface.co/datasets/mstz/abalone.
Interesting queries to try
Columns
- sex categorical
- length numeric
- diameter numeric
- height numeric
- whole_weight numeric
- shucked_weight numeric
- viscera_weight numeric
- shell_weight numeric
- number_of_rings numeric