EngrSamad's picture
Pushing files to the repo from the example!
b6b9b2b verified
{
"sklearn": {
"columns": [
"Age",
"Pclass"
],
"environment": [
"scikit-learn=1.4.1.post1"
],
"example_input": {
"Age": [
24.0,
31.0,
20.0
],
"Pclass": [
3,
2,
3
]
},
"model": {
"file": "logreg.pkl"
},
"model_format": "pickle",
"task": "tabular-classification",
"use_intelex": false
}
}