persistence / config.json
merve's picture
merve HF staff
Upload . with huggingface_hub
90021a6
{
"sklearn": {
"columns": [
"cylinders",
"displacement",
"horsepower",
"weight",
"acceleration",
"model year",
"origin"
],
"environment": [
"scikit-learn"
],
"example_input": {
"acceleration": [
20.7,
17.0,
18.6
],
"cylinders": [
4,
4,
4
],
"displacement": [
98.0,
120.0,
120.0
],
"horsepower": [
"65",
"88",
"79"
],
"model year": [
81,
75,
82
],
"origin": [
1,
2,
1
],
"weight": [
2380,
2957,
2625
]
},
"model": {
"file": "pipeline.skops"
},
"task": "tabular-regression"
}
}