{ | |
"sklearn": { | |
"environment": [ | |
"scikit-learn=0.24.2", | |
"joblib=1.0.1", | |
"fastapi=0.68.0", | |
"uvicorn=0.15.0", | |
"pandas=1.3.3" | |
], | |
"example_input": { | |
"url": "http://example.com" | |
}, | |
"model": { | |
"file": "naive_bayes_model.joblib", | |
"vectorizer": "vectorizer.joblib" | |
}, | |
"task": "text-classification" | |
} | |
} | |