Stream_Cipher's blog

By Stream_Cipher, 3 years ago, In English

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.

  • Vote: I like it
  • +57
  • Vote: I do not like it

| Write comment?
»
3 years ago, # |
  Vote: I like it +10 Vote: I do not like it

I wanna use it please publish it

»
3 years ago, # |
  Vote: I like it 0 Vote: I do not like it

something interesting

»
11 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Is it available?

»
11 months ago, # |
  Vote: I like it 0 Vote: I do not like it

use clist,by

»
9 months ago, # |
  Vote: I like it 0 Vote: I do not like it

can anyone share that how codeforces calculate problem rating.