File size: 4,262 Bytes
c3bc089
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68c73c5
546a87f
c73ec31
c3bc089
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
    "sklearn": {
        "columns": [
            "surgery",
            "age",
            "rectal_temp",
            "pulse",
            "respiratory_rate",
            "temp_of_extremities",
            "peripheral_pulse",
            "mucous_membrane",
            "capillary_refill_time",
            "pain",
            "peristalsis",
            "abdominal_distention",
            "nasogastric_tube",
            "nasogastric_reflux",
            "nasogastric_reflux_ph",
            "rectal_exam_feces",
            "abdomen",
            "packed_cell_volume",
            "total_protein",
            "abdomo_appearance",
            "abdomo_protein",
            "surgical_lesion",
            "lesion_1",
            "lesion_2",
            "lesion_3",
            "cp_data"
        ],
        "environment": [
            "scikit-learn=1.3.0",
            "lightgbm",
            "numpy"
        ],
        "example_input": {
            "abdomen": [
                "distend_small",
                "distend_small",
                "distend_large"
            ],
            "abdominal_distention": [
                "none",
                "none",
                "moderate"
            ],
            "abdomo_appearance": [
                "serosanguious",
                "cloudy",
                "serosanguious"
            ],
            "abdomo_protein": [
                4.1,
                4.3,
                2.0
            ],
            "age": [
                "adult",
                "adult",
                "adult"
            ],
            "capillary_refill_time": [
                "less_3_sec",
                "less_3_sec",
                "more_3_sec"
            ],
            "cp_data": [
                "yes",
                "yes",
                "no"
            ],
            "lesion_1": [
                7209,
                2112,
                5400
            ],
            "lesion_2": [
                0,
                0,
                0
            ],
            "lesion_3": [
                0,
                0,
                0
            ],
            "mucous_membrane": [
                "bright_pink",
                "bright_pink",
                "dark_cyanotic"
            ],
            "nasogastric_reflux": [
                "none",
                "none",
                "more_1_liter"
            ],
            "nasogastric_reflux_ph": [
                7.0,
                3.5,
                2.0
            ],
            "nasogastric_tube": [
                "slight",
                "none",
                "significant"
            ],
            "packed_cell_volume": [
                37.0,
                44.0,
                65.0
            ],
            "pain": [
                "depressed",
                "mild_pain",
                "extreme_pain"
            ],
            "peripheral_pulse": [
                "normal",
                "normal",
                "reduced"
            ],
            "peristalsis": [
                "hypermotile",
                "hypomotile",
                "absent"
            ],
            "pulse": [
                84.0,
                66.0,
                72.0
            ],
            "rectal_exam_feces": [
                "absent",
                "decreased",
                "absent"
            ],
            "rectal_temp": [
                39.0,
                38.5,
                37.3
            ],
            "respiratory_rate": [
                24.0,
                21.0,
                30.0
            ],
            "surgery": [
                "yes",
                "yes",
                "yes"
            ],
            "surgical_lesion": [
                "yes",
                "yes",
                "yes"
            ],
            "temp_of_extremities": [
                "cool",
                "normal",
                "cool"
            ],
            "total_protein": [
                6.5,
                7.6,
                13.0
            ]
        },
        "model": {
            "file": "LightGBM_without_hospital_number_01.pkl"
        },
        "model_format": "pickle",
        "task": "tabular-classification",
        "use_intelex": false
    }
}