File size: 906 Bytes
145b1c2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "sklearn": {
        "columns": [
            "sepal length (cm)",
            "sepal width (cm)",
            "petal length (cm)",
            "petal width (cm)"
        ],
        "environment": [
            "scikit-learn=1.1.1"
        ],
        "example_input": {
            "petal length (cm)": [
                5.7,
                5.6,
                5.2
            ],
            "petal width (cm)": [
                2.1,
                2.4,
                2.0
            ],
            "sepal length (cm)": [
                6.7,
                6.3,
                6.5
            ],
            "sepal width (cm)": [
                3.3,
                3.4,
                3.0
            ]
        },
        "model": {
            "file": "model.pkl"
        },
        "model_format": "pickle",
        "task": "tabular-classification",
        "use_intelex": false
    }
}