Alassea's picture
Update model
dee9dac
raw
history blame contribute delete
No virus
431 Bytes
{
"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"
}
}