Add skops config.json (enable download tracking) + inference:false; remove stray __pycache__ pyc
b01b4d3 verified | { | |
| "sklearn": { | |
| "environment": [ | |
| "scikit-learn" | |
| ], | |
| "model": { | |
| "file": "model.joblib" | |
| }, | |
| "model_format": "pickle", | |
| "task": "tabular-classification" | |
| } | |
| } | |