File size: 1,073 Bytes
8cfb1f7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "sklearn": {
        "columns": [
            "Age",
            "Sex",
            "BP",
            "Cholesterol",
            "Na",
            "K"
        ],
        "environment": [
            "scikit-learn=1.1.1"
        ],
        "example_input": {
            "Age": [
                23,
                47,
                47
            ],
            "BP": [
                "HIGH",
                "LOW",
                "LOW"
            ],
            "Cholesterol": [
                "HIGH",
                "HIGH",
                "HIGH"
            ],
            "K": [
                0.031258,
                0.056468,
                0.068944
            ],
            "Na": [
                0.792535,
                0.739309,
                0.697269
            ],
            "Sex": [
                "F",
                "M",
                "M"
            ]
        },
        "model": {
            "file": "pipeline_model_sklearn.joblib"
        },
        "model_format": "pickle",
        "task": "tabular-classification"
    }
}