File size: 431 Bytes
dee9dac |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
{
"sklearn": {
"columns": [
"word"
],
"environment": [
"scikit-learn=1.1.3"
],
"example_input": {
"word": [
"lathem",
"meer",
"slaen"
]
},
"model": {
"file": "model.pkl"
},
"model_format": "pickle",
"task": "tabular-classification"
}
} |