Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Wine

The Wine dataset from Kaggle. Classify wine as red or white.

Configurations and tasks

Configuration Task Description
wine Binary classification Is this red wine?

Usage

from datasets import load_dataset

dataset = load_dataset("mstz/wine")["train"]
Downloads last month
648

Models trained or fine-tuned on mstz/wine