File size: 1,086 Bytes
f4ee53c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "sklearn": {
        "columns": [
            "Seller",
            "Total Cost",
            "Quantity",
            "Month",
            "Week",
            "Year"
        ],
        "environment": [
            "scikit-learn"
        ],
        "example_input": {
            "Month": [
                5.0,
                4.0,
                10.0
            ],
            "Quantity": [
                4.0,
                2.0,
                2.0
            ],
            "Seller": [
                8.0,
                8.0,
                3.0
            ],
            "Total Cost": [
                2146.0,
                4216.2,
                9480.0
            ],
            "Week": [
                17.0,
                13.0,
                40.0
            ],
            "Year": [
                2022.0,
                2022.0,
                2022.0
            ]
        },
        "model": {
            "file": "model.pkl"
        },
        "model_format": "pickle",
        "task": "tabular-classification",
        "use_intelex": false
    }
}