{ | |
"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" | |
} | |
} |