From fec2fca606e3d6f4bd978cdf02b0ea1e36a93537 Mon Sep 17 00:00:00 2001 From: "C. Lewis" <1657236+ctjlewis@users.noreply.github.com> Date: Fri, 31 Mar 2023 17:59:34 -0500 Subject: [PATCH] feat(tweepcred): do not penalize until 1.0 friend-to-follower ratio Updates threshFriendsToFollowersRatioUMass 0.6 -> 1.0. --- .../com/twitter/graph/batch/job/tweepcred/Reputation.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scala/com/twitter/graph/batch/job/tweepcred/Reputation.scala b/src/scala/com/twitter/graph/batch/job/tweepcred/Reputation.scala index 6c81805fd..7baa28f0f 100644 --- a/src/scala/com/twitter/graph/batch/job/tweepcred/Reputation.scala +++ b/src/scala/com/twitter/graph/batch/job/tweepcred/Reputation.scala @@ -27,7 +27,7 @@ object Reputation { // these constants are take from repo reputations, config/production.conf private val threshAbsNumFriendsReps = 2500 private val constantDivisionFactorGt_threshFriendsToFollowersRatioReps = 3.0 - private val threshFriendsToFollowersRatioUMass = 0.6 + private val threshFriendsToFollowersRatioUMass = 1.0 private val maxDivFactorReps = 50 /**