Tiny change in recommender

This commit is contained in:
Dominik Moritz Roth 2022-02-11 18:04:47 +01:00
parent 05a51cd5e6
commit 87433cc97f

View File

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