CoolFace
Datasetpublic

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"]

sourceHugging Faceccupdated 1y agoView on Hugging Face
1likes16downloads
Dataset Card

Planning

The Planning dataset from the UCI ML repository.

Configurations and tasks

**Configuration****Task****Description**
planningBinary classificationIs the patient in a planning state?

Usage

python
from datasets import load_dataset

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