ML Based Rating Predictor

Revision en1, by DeadMan69, 2025-01-03 00:07:15

Hello Codeforces,

This is my first blog on Codeforces, quite excited :) (hopefully this won't be the last).

I wanted to share this ML based application that I created, which predicts a user's rating using Linear Regression, based on the following factors:

  • Number of Problems Solved
  • Average Rating of Problems Solved
  • Registration Date

Application Link : CF-Rating-Predictor
Github Link : Github-Repo

This is my first time actually implementing any thing ML Related, sorry in advance in case I wrote something wrong ;-;

Thank you for your Time ^_^. If you have any suggestions for improvements, do let me know :)

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English DeadMan69 2025-01-03 00:07:15 782 Initial revision (published)