File size: 449 Bytes
842c324 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
{
"sklearn": {
"columns": [
"found_in_search_area"
],
"environment": [
"scikit-learn"
],
"example_input": {
"found_in_search_area": [
true,
true,
false
]
},
"model": {
"file": "model.pkl"
},
"model_format": "pickle",
"task": "tabular-classification"
}
} |