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 /**