File size: 1,166 Bytes
a8d40b3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": [
                12.0,
                19.0,
                20.7
            ],
            "cylinders": [
                8,
                4,
                4
            ],
            "displacement": [
                307.0,
                97.0,
                98.0
            ],
            "horsepower": [
                "130",
                "88",
                "65"
            ],
            "model year": [
                70,
                73,
                81
            ],
            "origin": [
                1,
                3,
                1
            ],
            "weight": [
                3504,
                2279,
                2380
            ]
        },
        "model": {
            "file": "skops47mqlzp0"
        },
        "task": "tabular-regression"
    }
}