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