Tiny change in recommender
This commit is contained in:
parent
05a51cd5e6
commit
87433cc97f
@ -881,8 +881,8 @@ def recommendNBooks(G, mu, std, n, removeTopListsB=True, removeUselessRecommende
|
||||
removeKeepBest(G, int(n*2) + 5, maxDistForRead=2)
|
||||
removeEdge(G)
|
||||
removeHighSpanTags(G, 8)
|
||||
removeHighSpanReadBooks(G, 14)
|
||||
pruneTags(G, 7)
|
||||
removeHighSpanReadBooks(G, 14)
|
||||
removeDangling(G, alsoBooks=False)
|
||||
pruneRecommenders(G, 12)
|
||||
removeThinRecs(G, 3)
|
||||
|
Loading…
Reference in New Issue
Block a user