server icon indicating copy to clipboard operation
server copied to clipboard

Fix incorrect global rating graph spikes

Open Penguin5 opened this issue 3 years ago • 3 comments

Many players' global rating graphs have incorrect spikes in rating from earlier this year, possibly related to changes for TMM... These spikes should be removed and or replaced with the proper rating. Example spikes: image image

Penguin5 avatar May 04 '21 15:05 Penguin5

This is probably not fixable as those games just reported the wrong rating for the wrong rating type and would require manually going into the database to find and remove the dirty games for each player. At least as far as I am aware.

Sheikah45 avatar May 04 '21 16:05 Sheikah45

I'd imagine it could be fixed with an algorithm that finds and removes the dirty games.

Penguin5 avatar May 04 '21 16:05 Penguin5

Any algorithm will have false positive and remove legitimate data which may be undesirable. But again it comes to time benefit for someone to characterize it and to write the algorithm and take downtime for the server to run it. And traditionally we haven't done manual changing of the database. But that is just my view.

Sheikah45 avatar May 04 '21 17:05 Sheikah45