Update config.json
Browse files- config.json +48 -12
config.json
CHANGED
@@ -18,18 +18,54 @@
|
|
18 |
"scikit-learn=1.2.0"
|
19 |
],
|
20 |
"example_input":{
|
21 |
-
"AgeCategory":
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
"
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
"
|
30 |
-
|
31 |
-
|
32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
},
|
34 |
"model": {
|
35 |
"file": "rf_model_to_predict_heartDisease.pkl"
|
|
|
18 |
"scikit-learn=1.2.0"
|
19 |
],
|
20 |
"example_input":{
|
21 |
+
"AgeCategory": [
|
22 |
+
1,
|
23 |
+
2
|
24 |
+
],
|
25 |
+
"Stroke": [
|
26 |
+
0,
|
27 |
+
1
|
28 |
+
],
|
29 |
+
"Diabetic_Yes": [
|
30 |
+
1,
|
31 |
+
0
|
32 |
+
],
|
33 |
+
"KidneyDisease": [
|
34 |
+
1,
|
35 |
+
0
|
36 |
+
],
|
37 |
+
"Smoking": [
|
38 |
+
1,
|
39 |
+
0
|
40 |
+
],
|
41 |
+
"SkinCancer": [
|
42 |
+
1,
|
43 |
+
0
|
44 |
+
],
|
45 |
+
"Is_Male": [
|
46 |
+
1,
|
47 |
+
0
|
48 |
+
],
|
49 |
+
"BMI": [
|
50 |
+
1,
|
51 |
+
2
|
52 |
+
],
|
53 |
+
"Asthma": [
|
54 |
+
1,
|
55 |
+
0
|
56 |
+
],
|
57 |
+
"Race_White": [
|
58 |
+
0,
|
59 |
+
1
|
60 |
+
],
|
61 |
+
"AlcoholDrinking": [
|
62 |
+
1,
|
63 |
+
0
|
64 |
+
],
|
65 |
+
"GenHealth": [
|
66 |
+
2,
|
67 |
+
3
|
68 |
+
]
|
69 |
},
|
70 |
"model": {
|
71 |
"file": "rf_model_to_predict_heartDisease.pkl"
|