Create config.json
Browse files- config.json +9 -0
config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architecture": "NaiveBayes",
|
| 3 |
+
"vectorizer": "TfidfVectorizer",
|
| 4 |
+
"vocab_size": 1500,
|
| 5 |
+
"labels": ["harvesting", "legitimate"],
|
| 6 |
+
"risk_threshold": 0.75,
|
| 7 |
+
"version": "1.0",
|
| 8 |
+
"maintainer": "Cata Risk Lab"
|
| 9 |
+
}
|