File size: 574 Bytes
491b854
 
 
 
b6b9b2b
491b854
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "sklearn": {
        "columns": [
            "Age",
            "Pclass"
        ],
        "environment": [
            "scikit-learn=1.4.1.post1"
        ],
        "example_input": {
            "Age": [
                24.0,
                31.0,
                20.0
            ],
            "Pclass": [
                3,
                2,
                3
            ]
        },
        "model": {
            "file": "logreg.pkl"
        },
        "model_format": "pickle",
        "task": "tabular-classification",
        "use_intelex": false
    }
}