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 :)