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.