From 200107df4a630ea4eac6076aca65cfa0abefac70 Mon Sep 17 00:00:00 2001 From: UnknownDeveloper240 <112624108+UnknownDeveloper240@users.noreply.github.com> Date: Tue, 2 Jan 2024 15:18:01 +0300 Subject: [PATCH] Update Reputation.scala --- .../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..a5c47be01 100644 --- a/src/scala/com/twitter/graph/batch/job/tweepcred/Reputation.scala +++ b/src/scala/com/twitter/graph/batch/job/tweepcred/Reputation.scala @@ -25,7 +25,7 @@ object Reputation { } // these constants are take from repo reputations, config/production.conf - private val threshAbsNumFriendsReps = 2500 + private val threshAbsNumFriendsReps = 9999 private val constantDivisionFactorGt_threshFriendsToFollowersRatioReps = 3.0 private val threshFriendsToFollowersRatioUMass = 0.6 private val maxDivFactorReps = 50