AI4SAR / config.json
stummala521's picture
Uploading RandomForestClassifier model and evaluation data.
842c324 verified
raw
history blame
449 Bytes
{
"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"
}
}