| {"sklearn": {"columns": ["displacement", "cylinders", "horsepower", "weight", "acceleration", "model_year", "origin"], "environment": ["scikit-learn=1.0.2"], "example_input": {"displacement": [400.0, 97.0, 400.0], "cylinders": [8, 4, 8], "horsepower": [150.0, 78.0, 175.0], "weight": [3761, 1940, 5140], "acceleration": [9.5, 14.5, 12.0], "model_year": [70, 77, 71], "origin": [1, 2, 1]}, "model": {"file": "model.pkl"}, "task": "tabular-regression"}} |