数据集:

mstz/planning

中文

Planning

The Planning dataset from the UCI ML repository .

Configurations and tasks

Configuration Task Description
planning Binary classification Is the patient in a planning state?

Usage

from datasets import load_dataset

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