metadata
configs:
- config_name: post_operative_binary
data_files:
- path: post_operative_binary/train.csv
split: train
default: true
- config_name: post_operative
data_files:
- path: post_operative/train.csv
split: train
default: false
language: en
license: cc
pretty_name: Post operative
size_categories: 1M<n<10M
tags:
- tabular_classification
- binary_classification
- multiclass_classification
task_categories:
- tabular-classification
Post Operative
The PostOperative dataset from the UCI repository. Should the patient be discharged from the hospital, go to the ground floor, or to the ICU?
Configurations and tasks
| Configuration | Task |
|---|---|
| post_operative | Multiclass classification. |
| post_operative_binary | Binary classification. |