File size: 1,167 Bytes
90021a6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "sklearn": {
        "columns": [
            "cylinders",
            "displacement",
            "horsepower",
            "weight",
            "acceleration",
            "model year",
            "origin"
        ],
        "environment": [
            "scikit-learn"
        ],
        "example_input": {
            "acceleration": [
                20.7,
                17.0,
                18.6
            ],
            "cylinders": [
                4,
                4,
                4
            ],
            "displacement": [
                98.0,
                120.0,
                120.0
            ],
            "horsepower": [
                "65",
                "88",
                "79"
            ],
            "model year": [
                81,
                75,
                82
            ],
            "origin": [
                1,
                2,
                1
            ],
            "weight": [
                2380,
                2957,
                2625
            ]
        },
        "model": {
            "file": "pipeline.skops"
        },
        "task": "tabular-regression"
    }
}