effort / config.json
giseldo's picture
pushing files to the repo from the example!
3801944 verified
raw
history blame
372 Bytes
{
"sklearn": {
"environment": [
"scikit-learn",
"joblib"
],
"example_input": {
"data": [
"Isso \u00e9 um teste"
]
},
"model": {
"file": "reg.joblib"
},
"model_format": "pickle",
"task": "text-regression"
}
}