prabinpanta0 commited on
Commit
c6cd1d8
1 Parent(s): d3a3808

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -7
README.md CHANGED
@@ -2,17 +2,25 @@
2
  license: mit
3
  datasets:
4
  - prabinpanta0/genki_hospital
5
- pipeline_tag: other
6
  tags:
7
  - patient-readmission
8
  - predictive-model
9
  - healthcare
10
- language: en
11
- library_name: sklearn
 
 
 
 
 
 
 
 
12
  metrics:
13
- - accuracy
14
- - precision
15
- - recall
16
- - f1
17
  ---
18
  # Hospital Patient Readmission Predection
 
2
  license: mit
3
  datasets:
4
  - prabinpanta0/genki_hospital
5
+ pipeline_tag: text-classification
6
  tags:
7
  - patient-readmission
8
  - predictive-model
9
  - healthcare
10
+ - sklearn
11
+ - keras
12
+ language:
13
+ - en
14
+ model_type: classification
15
+ task: patient-readmission-prediction
16
+ app_mode: standalone
17
+ frameworks:
18
+ - scikit-learn
19
+ - tensorflow
20
  metrics:
21
+ - accuracy
22
+ - precision
23
+ - recall
24
+ - f1
25
  ---
26
  # Hospital Patient Readmission Predection