post_operative / README.md
mstz's picture
updated to datasets 4.*
5c47a93
---
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](https://archive-beta.ics.uci.edu/dataset/82/post+operative+patient) from the [UCI repository](https://archive-beta.ics.uci.edu/).
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. |