robingenz's picture
pushing files to the repo from the example!
145b1c2
raw
history blame contribute delete
906 Bytes
{
"sklearn": {
"columns": [
"sepal length (cm)",
"sepal width (cm)",
"petal length (cm)",
"petal width (cm)"
],
"environment": [
"scikit-learn=1.1.1"
],
"example_input": {
"petal length (cm)": [
5.7,
5.6,
5.2
],
"petal width (cm)": [
2.1,
2.4,
2.0
],
"sepal length (cm)": [
6.7,
6.3,
6.5
],
"sepal width (cm)": [
3.3,
3.4,
3.0
]
},
"model": {
"file": "model.pkl"
},
"model_format": "pickle",
"task": "tabular-classification",
"use_intelex": false
}
}