File size: 1,570 Bytes
705dec3
 
 
d072898
 
 
 
 
 
 
 
 
 
705dec3
 
 
 
 
d072898
 
 
 
705dec3
d072898
 
 
 
705dec3
d072898
 
 
 
705dec3
d072898
 
 
 
705dec3
d072898
 
 
 
705dec3
d072898
 
 
 
705dec3
d072898
 
 
 
705dec3
d072898
 
 
 
705dec3
d072898
 
 
 
705dec3
d072898
 
 
 
705dec3
 
 
8e160d7
705dec3
 
948a9ea
705dec3
 
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
{
    "sklearn": {
        "columns": [
            "AGE",
            "INCOME",
            "GENDER",
            "MARITAL",
            "NUMKIDS",
            "NUMCARDS",
            "HOWPAID",
            "MORTGAGE",
            "STORECAR",
            "LOANS"
        ],
        "environment": [
            "scikit-learn=1.2.2"
        ],
        "example_input": {
            "AGE": [
                32,
                45,
                25
            ],
            "GENDER": [
                "m",
                "f",
                "f"
            ],
            "HOWPAID": [
                "weekly ",
                "weekly ",
                "weekly "
            ],
            "INCOME": [
                21772,
                27553,
                23477
            ],
            "LOANS": [
                1,
                2,
                1
            ],
            "MARITAL": [
                "married  ",
                "divsepwid",
                "single   "
            ],
            "MORTGAGE": [
                "y",
                "y",
                "n"
            ],
            "NUMCARDS": [
                2,
                6,
                1
            ],
            "NUMKIDS": [
                1,
                4,
                1
            ],
            "STORECAR": [
                3,
                5,
                2
            ]
        },
        "model": {
            "file": "skops-akmmropo.pkl"
        },
        "model_format": "pickle",
        "task": "tabular-classification"
    }
}