数据集:
mstz/planning
The Planning dataset from the UCI ML repository .
| Configuration | Task | Description |
|---|---|---|
| planning | Binary classification | Is the patient in a planning state? |
from datasets import load_dataset
dataset = load_dataset("mstz/planning")["train"]