-
-
Notifications
You must be signed in to change notification settings - Fork 23.2k
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
What is S rank? #330
Comments
I think S means much better than A or A++. (not much worse than A-F). That means the rating has gone up because the total number of commit is much higher when you include all your commit (private commits). |
This maybe could interest you, about the S to F grading. |
OK, thanks, good to know! I wonder how widely know Japanese grading is. Perhaps it'd be better to shift the grades to begin with A and end with, say, C. Or add some extra pluse to the existing to A, rather than S. Thanks! |
Yeah I guess I'll change this. A lot of people recommend me not to use S because it's confusing. I intentionally did this to curve the rankings toward A and A++ even for low active users. |
Could you put in the documentation |
To be honest, rank S is not so popular even in Japan. |
It's mostly used in fictional grading. highly used in modern PC games. |
Is it even possible to get a B+? |
https://github.com/anuraghazra/github-readme-stats/blob/master/src/calculateRank.js#L28-L34 The number of commits or contributions is weighted only 1.65 times as the number of issues you've opened. This evaluation is somewhat mismatched. |
related to #455 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Stale bot, please keep open, awaiting changes: #330 (comment) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
stalebot, still relevant, thanks! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
stalebot, still relevant, thanks! |
Oh, I thought you were going to change it:
If not, I'll probably remove the ranking from my README, thank you anyway for your work! |
S Tier is a common thing in terms of ranking. I like it 👍 |
It would be cool after S++ to have a GOD mode |
What does the letter C mean? |
Hey @peterviegas From the documentation: Available ranks are S (top 1%), A+ (12.5%), A (25%), A- (37.5%), B+ (50%), B (62.5%), B- (75%), C+ (87.5%) and C (everyone). This ranking scheme is based on the Japanese academic grading system. The global percentile is calculated as a weighted sum of percentiles for each statistic (number of commits, pull requests, reviews, issues, stars, and followers), based on the cumulative distribution function of the exponential and the log-normal distributions. The implementation can be investigated at src/calculateRank.js. The circle around the rank shows 100 minus the global percentile. |
Describe the bug
When I add
include_all_commits=true
my badge goes from A++ to S+Expected behavior
I don't know what I expected, but I've no idea what S+ means. S is way down the alphabet, is it much worse than A-F?
Screenshots / Live demo link (paste the github-readme-stats link as markdown image)
Add
include_all_commits=true
:Screenshot
The text was updated successfully, but these errors were encountered: