From bf8459438a14c22049141164a1b2afe9a3335460 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Tue, 15 Jun 2021 12:02:32 +0200 Subject: [PATCH] No more -sigma for tag-based-feedback --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 5e37230..c3f8653 100644 --- a/main.py +++ b/main.py @@ -249,7 +249,7 @@ def scoreUnread(G, globMu, globStd, errorFac=1): node['se'] = globStd / math.sqrt(len(deepFeedbacks)) # - errorFac*node['se'] node['score'] = ( - (node['mean'] - errorFac*node['se'])*4 + node['mean2']*2 + (f_mean - f_std*0.25)*1)/7 + (node['mean'] - errorFac*node['se'])*4 + node['mean2']*2 + (f_mean)*1)/7 if 'series' in node: if node['series_index'] == 1.0: node['score'] += 0.000000001