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"]
116
Planning
The Planning dataset from the UCI ML repository.
Configurations and tasks
Usage
from datasets import load_dataset
dataset = load_dataset("mstz/planning")["train"]