File size: 1,761 Bytes
3460021
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "sklearn": {
        "columns": [
            "id",
            "prg",
            "pl",
            "pr",
            "sk",
            "ts",
            "m11",
            "bd2",
            "age",
            "insurance",
            "sepsis"
        ],
        "environment": [
            "scikit-learn=1.5.0",
            "imbalanced-learn=0.12.3"
        ],
        "example_input": {
            "age": [
                50,
                31,
                32
            ],
            "bd2": [
                0.627,
                0.351,
                0.672
            ],
            "id": [
                "ICU200010",
                "ICU200011",
                "ICU200012"
            ],
            "insurance": [
                0,
                0,
                1
            ],
            "m11": [
                33.6,
                26.6,
                23.3
            ],
            "pl": [
                148,
                85,
                183
            ],
            "pr": [
                72,
                66,
                64
            ],
            "prg": [
                6,
                1,
                8
            ],
            "sepsis": [
                "Positive",
                "Negative",
                "Positive"
            ],
            "sk": [
                35,
                29,
                0
            ],
            "ts": [
                0,
                0,
                0
            ]
        },
        "model": {
            "file": "RandomForestClassifier.joblib"
        },
        "model_format": "pickle",
        "task": "tabular-classification"
    }
}