dcata004 commited on
Commit
a5550d5
·
verified ·
1 Parent(s): 8f46b29

Create config.json

Browse files
Files changed (1) hide show
  1. 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
+ }