EngrSamad's picture
Pushing files to the repo from the example!
11e0ac1 verified
raw history blame
No virus
700 Bytes
{
"sklearn": {
"columns": [
"Age",
"Pclass",
"Fare"
],
"environment": [
"scikit-learn=1.4.1.post1"
],
"example_input": {
"Age": [
24.0,
31.0,
20.0
],
"Fare": [
15.2458,
10.5,
7.925
],
"Pclass": [
3,
2,
3
]
},
"model": {
"file": "logreg.pkl"
},
"model_format": "pickle",
"task": "tabular-classification",
"use_intelex": false
}
}