mstz commited on
Commit
ee62e0a
·
1 Parent(s): bd31a71

Upload 2 files

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -17,10 +17,10 @@ configs:
17
  ---
18
  # Post Operative
19
  The [PostOperative dataset](https://archive-beta.ics.uci.edu/dataset/82/post+operative+patient) from the [UCI repository](https://archive-beta.ics.uci.edu/).
20
- Should the patient be discharged from the hospital?
21
 
22
  # Configurations and tasks
23
- | **Configuration** | **Task** |
24
- |-------------------|---------------------------|
25
- | post_operative | Multiclass classification |
26
- | post_operative_binary| Binary classification |
 
17
  ---
18
  # Post Operative
19
  The [PostOperative dataset](https://archive-beta.ics.uci.edu/dataset/82/post+operative+patient) from the [UCI repository](https://archive-beta.ics.uci.edu/).
20
+ Should the patient be discharged from the hospital, go to the ground floor, or to the ICU?
21
 
22
  # Configurations and tasks
23
+ | **Configuration** | **Task** |
24
+ |-----------------------|---------------------------|
25
+ | post_operative | Multiclass classification.|
26
+ | post_operative_binary | Binary classification. |