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