数据集:
mstz/vertebral_column
The Vertebral Column dataset from the UCI ML repository .
Configuration | Task | Description |
---|---|---|
abnormal | Binary classification | Is the spine abnormal? |
from datasets import load_dataset dataset = load_dataset("mstz/vertebral_column")["train"]