mstz/glass
Glass The Glass dataset from the UCI repository. Classify the type of glass. Configurations and tasks Configuration Task Description glass Multiclass classification Classify glass type. windows Binary classification Is this windows glass? vehicles Binary classification Is this vehicles glass? containers Binary classification Is this containers glass? tableware Binary classification Is this tableware glass? headlamps Binary classification Is… See the full description on the dataset page: https://huggingface.co/datasets/mstz/glass.
052
Glass
The Glass dataset from the UCI repository. Classify the type of glass.
Configurations and tasks
Usage
from datasets import load_dataset
dataset = load_dataset("mstz/glass", "glass")["train"]