michalisG commited on
Commit
4914324
1 Parent(s): ac9a6fc

modifications to the ms

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -2,3 +2,22 @@
2
  license: apache-2.0
3
  library_name: sklearn
4
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: apache-2.0
3
  library_name: sklearn
4
  ---
5
+
6
+ Example Input:
7
+ {
8
+ "drug": "0",
9
+ "age": 63,
10
+ "sex": "male",
11
+ "presence_of_asictes": "no",
12
+ "presence_of_hepatomegaly": "no",
13
+ "presence_of_spiders": 0,
14
+ "presence_of_edema": 0,
15
+ "serum_bilirubin": 1.5,
16
+ "serum_cholesterol": 331,
17
+ "albumin": 3.95,
18
+ "alkaline_phosphatase": 577,
19
+ "SGOT": 128.7,
20
+ "platelets": 165,
21
+ "prothrombin_time": 10.1
22
+ }
23
+