CoolFace
Datasetpublic

mstz/mammography

Mammography The Mammography dataset from the UCI ML repository. Configurations and tasks Configuration Task Description mammography Binary classification Is the lesion benign? Usage from datasets import load_dataset dataset = load_dataset("mstz/mammography")["train"]

sourceHugging Faceccupdated 3y agoView on Hugging Face
3likes47downloads
Dataset Card

Mammography

The Mammography dataset from the UCI ML repository.

Configurations and tasks

**Configuration****Task****Description**
mammographyBinary classificationIs the lesion benign?

Usage

python
from datasets import load_dataset

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