From d6dfbc076a168cb05672b17615596793c0fba7a5 Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Fri, 13 Sep 2019 09:29:49 +0200 Subject: [PATCH] Updated `base_score_config` to support `namespace:predicate` format --- models/phishing-model.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/models/phishing-model.json b/models/phishing-model.json index 4d93c52..f6a5dbc 100644 --- a/models/phishing-model.json +++ b/models/phishing-model.json @@ -15,8 +15,10 @@ "threshold": 30, "default_base_score": 80, "base_score_config": { - "estimative-language": 0.5, - "phishing": 0.5 + "estimative-language:confidence-in-analytic-judgment": 0.25, + "estimative-language:likelihood-probability": 0.25, + "phishing:psychological-acceptability": 0.25, + "phishing:state": 0.25 } }, "description": "Simple model to rapidly decay phishing website.", @@ -31,5 +33,5 @@ "ip-src|port", "url" ], - "version": 1 + "version": 2 }