File size: 969 Bytes
61ab7c3
5c47a93
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7483238
 
 
 
8d8fd5d
7483238
61ab7c3
7483238
 
ee62e0a
7483238
 
ee62e0a
 
 
8d8fd5d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
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.    |