Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is number of followers a really good metric? #13

Closed
CaioHVectorA opened this issue Sep 15, 2024 · 3 comments · Fixed by #16
Closed

Is number of followers a really good metric? #13

CaioHVectorA opened this issue Sep 15, 2024 · 3 comments · Fixed by #16

Comments

@CaioHVectorA
Copy link
Contributor

Based on thread: Bsky thread

And some absurd values:

image

i dont stopped yet to analysis the code deeply, is it based on a calc with followers_count / following_count ?

@CaioHVectorA
Copy link
Contributor Author

Testing with some big accounts:

image

5M Followers | 2 Following

image

300k Followers | 500 Following

@CaioHVectorA
Copy link
Contributor Author

Maybe a normalization or a limit will be a good one.

@rdenadai
Copy link
Contributor

I open a PR to avoid this explosion, and a tentative to normalize the final result as a percentage.
The value calculated by the initials rules has a greater weight and the followers/following dynamic has a small weight (it can duplicate the original value).
That does affect the final score, but has small amount of weight in overall ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants