File size: 1,184 Bytes
9d7e4fc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "sklearn": {
        "columns": [
            "age",
            "gender",
            "total_bilirubin",
            "alkaline_phosphotase",
            "alamine_aminotransferase",
            "albumin_and_globulin_ratio"
        ],
        "environment": [
            "scikit-learn=1.2.2"
        ],
        "example_input": {
            "age": [
                40,
                21,
                55
            ],
            "alamine_aminotransferase": [
                232,
                36,
                112
            ],
            "albumin_and_globulin_ratio": [
                0.8,
                1.34,
                0.8
            ],
            "alkaline_phosphotase": [
                293,
                150,
                482
            ],
            "gender": [
                0,
                1,
                1
            ],
            "total_bilirubin": [
                0.9,
                3.9,
                0.8
            ]
        },
        "model": {
            "file": "skops-xwel2v4p.pkl"
        },
        "model_format": "pickle",
        "task": "tabular-classification",
        "use_intelex": false
    }
}