simonmorley's picture
Add skops config.json (enable download tracking) + inference:false; remove stray __pycache__ pyc
b01b4d3 verified
Raw
History Blame Contribute Delete
190 Bytes
{
"sklearn": {
"environment": [
"scikit-learn"
],
"model": {
"file": "model.joblib"
},
"model_format": "pickle",
"task": "tabular-classification"
}
}