kenany / csgo-elo

Tracking Elo ratings of CS:GO teams for fun
3 stars 1 forks source link

ELO difference with GosuGamers #2

Closed 0BuRner closed 9 years ago

0BuRner commented 9 years ago

Hi, It's not a real issue but I'm wondering why is there so many difference between your ELO and this one : http://www.gosugamers.net/counterstrike/rankings#team ?

kenany commented 9 years ago

@0BuRner Hmm, I wasn't even sure if they were using Elo but actually looks like they might be. Several factors could account for the disparity:

Of course, we might never know for certain why their values are different from mines. The biggest issue here is that they have absolutely zero documentation on their rating-calculation process. One benefit of what I'm doing here is that my calculations are completely open-source, so it is clear how I have arrived at the current standings. Frankly, something seems very off with their ratings if the best teams in the world only have a ~1,500 Elo rating (that's the default rating in my program and in chess, I think).

0BuRner commented 9 years ago

Thank you for brightening :-) Yeah sure, keep it up! Always better when everyone can use and participate to your work. What about an aligulac.com (https://github.com/TheBB/aligulac) version for CSGO with your data ? :D Would be awesome

kenany commented 9 years ago

@0BuRner Woah, aligulac looks really cool! I was definitely pondering on a web interface for all this; I'll definitely take some inspiration from aligulac.

0BuRner commented 9 years ago

@KenanY nice to hear it ! If you need some help for the web interface, simply ask me :)

Another thing that can interest you is that I'm working on a CSGO .dem file parser (https://github.com/CSGO-Analysis/CSGO-Analyzer) to extract stats about a game. Could be good to use them in some way, but later it's still in progress ^^