planning / README.md
mstz's picture
Update README.md
6ccd5e1
|
raw
history blame contribute delete
No virus
766 Bytes
metadata
language:
  - en
tags:
  - planning
  - tabular_classification
  - binary_classification
  - UCI
pretty_name: Planning
size_categories:
  - n<1K
task_categories:
  - tabular-classification
configs:
  - planning
license: cc

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