No more -sigma for tag-based-feedback
This commit is contained in:
parent
7b15a2f8eb
commit
bf8459438a
2
main.py
2
main.py
@ -249,7 +249,7 @@ def scoreUnread(G, globMu, globStd, errorFac=1):
|
|||||||
node['se'] = globStd / math.sqrt(len(deepFeedbacks))
|
node['se'] = globStd / math.sqrt(len(deepFeedbacks))
|
||||||
# - errorFac*node['se']
|
# - errorFac*node['se']
|
||||||
node['score'] = (
|
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 'series' in node:
|
||||||
if node['series_index'] == 1.0:
|
if node['series_index'] == 1.0:
|
||||||
node['score'] += 0.000000001
|
node['score'] += 0.000000001
|
||||||
|
Loading…
Reference in New Issue
Block a user