--- 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](https://archive.ics.uci.edu/ml/datasets/Planning) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets). # Configurations and tasks | **Configuration** | **Task** | **Description** | |-------------------|---------------------------|------------------------------------| | planning | Binary classification | Is the patient in a planning state?| # Usage ```python from datasets import load_dataset dataset = load_dataset("mstz/planning")["train"] ```