jaskaransingh/Wmg
Updated
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.
The Wine dataset from Kaggle. Classify wine as red or white.
| Configuration | Task | Description |
|---|---|---|
| wine | Binary classification | Is this red wine? |
from datasets import load_dataset
dataset = load_dataset("mstz/wine")["train"]