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"]
347
Mammography
The Mammography dataset from the UCI ML repository.
Configurations and tasks
Usage
from datasets import load_dataset
dataset = load_dataset("mstz/mammography")["train"]