phishing-url-detection / config.json
pirocheto's picture
Update config.json
4619dee
raw
history blame contribute delete
287 Bytes
{
"sklearn": {
"environment": [
"scikit-learn=1.3.2",
"joblib=1.3.2"
],
"model": {
"file": "model.pkl"
},
"model_format": "pickle",
"task": "text-classification",
"use_intelex": false
}
}