{ "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 } }