Fediseer / fediseer

Something something stop bad instances
GNU Affero General Public License v3.0
51 stars 6 forks source link

Opposite Activity Check #9

Closed tgxn closed 1 year ago

tgxn commented 1 year ago

As per https://github.com/tgxn/lemmy-explorer/issues/75

Added check for really low user count compared to total comments+posts

tgxn commented 1 year ago

Filtering: image

db0 commented 1 year ago

Such small fractions are very difficult to visualize natively for humans natively. Can you reverse the calculation like so

local_activity / node["total_users"] > activity_suspicion_low

Then we pass an integer which translates to "over this number of comments/post per user, is suspicious"

tgxn commented 1 year ago

I think that looks good. 400 seems "about" right to me, see how it goes