File size: 4,266 Bytes
16636ee
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
{
    "sklearn": {
        "columns": [
            "school",
            "sex",
            "age",
            "address",
            "famsize",
            "Pstatus",
            "Medu",
            "Fedu",
            "Mjob",
            "Fjob",
            "reason",
            "guardian",
            "traveltime",
            "studytime",
            "failures",
            "schoolsup",
            "famsup",
            "paid",
            "activities",
            "nursery",
            "higher",
            "internet",
            "romantic",
            "famrel",
            "freetime",
            "goout",
            "Walc",
            "health",
            "absences",
            "G1",
            "G2",
            "G3"
        ],
        "environment": [
            "scikit-learn=1.0.2, xgboost=1.7.3"
        ],
        "example_input": {
            "Fedu": [
                3,
                3,
                3
            ],
            "Fjob": [
                "other",
                "other",
                "services"
            ],
            "G1": [
                12,
                13,
                8
            ],
            "G2": [
                13,
                14,
                7
            ],
            "G3": [
                12,
                14,
                0
            ],
            "Medu": [
                3,
                2,
                1
            ],
            "Mjob": [
                "services",
                "other",
                "at_home"
            ],
            "Pstatus": [
                "T",
                "T",
                "T"
            ],
            "Walc": [
                2,
                1,
                1
            ],
            "absences": [
                2,
                0,
                0
            ],
            "activities": [
                "yes",
                "no",
                "yes"
            ],
            "address": [
                "U",
                "U",
                "U"
            ],
            "age": [
                16,
                16,
                16
            ],
            "failures": [
                0,
                0,
                3
            ],
            "famrel": [
                4,
                5,
                4
            ],
            "famsize": [
                "GT3",
                "GT3",
                "GT3"
            ],
            "famsup": [
                "no",
                "no",
                "no"
            ],
            "freetime": [
                2,
                3,
                3
            ],
            "goout": [
                3,
                3,
                5
            ],
            "guardian": [
                "mother",
                "father",
                "mother"
            ],
            "health": [
                3,
                3,
                3
            ],
            "higher": [
                "yes",
                "yes",
                "yes"
            ],
            "internet": [
                "yes",
                "yes",
                "yes"
            ],
            "nursery": [
                "yes",
                "yes",
                "no"
            ],
            "paid": [
                "yes",
                "no",
                "no"
            ],
            "reason": [
                "home",
                "home",
                "home"
            ],
            "romantic": [
                "yes",
                "no",
                "yes"
            ],
            "school": [
                "GP",
                "GP",
                "GP"
            ],
            "schoolsup": [
                "no",
                "no",
                "no"
            ],
            "sex": [
                "M",
                "M",
                "F"
            ],
            "studytime": [
                2,
                1,
                2
            ],
            "traveltime": [
                1,
                2,
                1
            ]
        },
        "model": {
            "file": "model.pkl"
        },
        "model_format": "pickle",
        "task": "tabular-regression"
    }
}