数据集:
mstz/haberman
The Haberman dataset from the UCI ML repository . Has the patient survived surgery?
| Configuration | Task | Description |
|---|---|---|
| sruvival | Binary classification | Has the patient survived surgery? |
from datasets import load_dataset
dataset = load_dataset("mstz/haberman", "survival")["train"]