数据集:

mstz/vertebral_column

中文

Vertebral Column

The Vertebral Column dataset from the UCI ML repository .

Configurations and tasks

Configuration Task Description
abnormal Binary classification Is the spine abnormal?

Usage

from datasets import load_dataset

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