feat(tweepcred): do not penalize until 1.0 friend-to-follower ratio

Updates threshFriendsToFollowersRatioUMass 0.6 -> 1.0.
This commit is contained in:
C. Lewis 2023-03-31 17:59:34 -05:00 committed by GitHub
parent ec83d01dca
commit fec2fca606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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