No more -sigma for tag-based-feedback

This commit is contained in:
Dominik Moritz Roth 2021-06-15 12:02:32 +02:00
parent 7b15a2f8eb
commit bf8459438a

View File

@ -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