File size: 851 Bytes
89d7975
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "sklearn": {
        "columns": [
            "sepal length (cm)",
            "sepal width (cm)",
            "petal length (cm)",
            "petal width (cm)"
        ],
        "environment": [
            "scikit-learn=1.0.2"
        ],
        "example_input": {
            "petal length (cm)": [
                4.7,
                1.7,
                6.9
            ],
            "petal width (cm)": [
                1.2,
                0.3,
                2.3
            ],
            "sepal length (cm)": [
                6.1,
                5.7,
                7.7
            ],
            "sepal width (cm)": [
                2.8,
                3.8,
                2.6
            ]
        },
        "model": {
            "file": "skops-wwn5tbd1.pkl"
        },
        "task": "tabular-classification"
    }
}