File size: 1,631 Bytes
8340e6d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3b5d701
 
8340e6d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0f9a90e
8340e6d
 
 
 
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
    "sklearn": {
        "columns": [
            "x0",
            "x1",
            "x2",
            "x3",
            "x4",
            "x5",
            "x6",
            "x7",
            "x8",
            "x9"
        ],
        "environment": [
            "scikit-learn==1.2.0",
            "skops==0.3.0"
        ],
        "example_input": {
            "x0": [
                -0.3839236795902252,
                -0.9788183569908142,
                1.0937178134918213
            ],
            "x1": [
                -0.5319488644599915,
                -1.108436107635498,
                0.9354732036590576
            ],
            "x2": [
                -0.38279563188552856,
                -1.3128694295883179,
                1.4773520231246948
            ],
            "x3": [
                0.2815782427787781,
                -0.11783809214830399,
                -0.9529813528060913
            ],
            "x4": [
                1.0,
                1.0,
                0.0
            ],
            "x5": [
                0.0,
                0.0,
                0.0
            ],
            "x6": [
                0.0,
                0.0,
                0.0
            ],
            "x7": [
                0.0,
                0.0,
                1.0
            ],
            "x8": [
                0.0,
                1.0,
                0.0
            ],
            "x9": [
                0.0,
                0.0,
                0.0
            ]
        },
        "model": {
            "file": "linreg.pkl"
        },
        "task": "tabular-regression"
    }
}