File size: 1,618 Bytes
5744c89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7495882
5744c89
 
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
{
    "sklearn": {
        "columns": [
            "age",
            "gender",
            "height",
            "weight",
            "ap_hi",
            "ap_lo",
            "cholesterol",
            "gluc",
            "smoke",
            "alco",
            "active"
        ],
        "environment": [
            "scikit-learn=1.2.2"
        ],
        "example_input": {
            "active": [
                1,
                1,
                1
            ],
            "age": [
                21776,
                19732,
                17302
            ],
            "alco": [
                0,
                0,
                0
            ],
            "ap_hi": [
                120,
                120,
                130
            ],
            "ap_lo": [
                70,
                80,
                90
            ],
            "cholesterol": [
                1,
                1,
                1
            ],
            "gender": [
                1,
                1,
                1
            ],
            "gluc": [
                1,
                1,
                1
            ],
            "height": [
                160,
                167,
                158
            ],
            "smoke": [
                0,
                0,
                0
            ],
            "weight": [
                60.0,
                65.0,
                56.0
            ]
        },
        "model": {
            "file": "model 82.5 acc.pkl"
        },
        "model_format": "pickle",
        "task": "tabular-regression"
    }
}