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