Блог пользователя Stream_Cipher

Автор Stream_Cipher, 3 года назад, По-английски

Hello everyone ! some times we had seen that codeforces took much time (sometimes few days) to update the problem rating of recent contest problemset , and i personally waited for days to see the rating of problem that i had solved in the live contest as soon as possible just to see did i crossed my limits (obviously when i solved more problems than my usual limits),and i hope you might also have experienced such thing.

so recently i had created a project on supervised machine learning algorithm that predict the rating of recent codeforces problemset with the help of all the past data of codeforces using codeforces api.

i know it can't predict as accurate as codeforces but it is very close ,like the overall rms error of model is approx 100 for div1 and div2 and 60 for div3 contests.

model has some other feature too like

  • accuracy of problem (accepted sol/total submission)
  • submission ratio (accepted sol/ total participant)
  • average time taken to solve a problem (sum of time taken by ac participant/no. of ac participant)
  • no. of user who tried a problem but can't solved it

for div1 contest

for div2 contest

for div3 contest

guys please share your reviews or suggestion toward this codeforces tool and also would you like to use this tool if i host it on internet.

  • Проголосовать: нравится
  • +57
  • Проголосовать: не нравится

»
3 года назад, # |
  Проголосовать: нравится +10 Проголосовать: не нравится

I wanna use it please publish it

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

something interesting

»
12 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Is it available?

»
12 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

use clist,by

»
9 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

can anyone share that how codeforces calculate problem rating.