AlgoListed icon indicating copy to clipboard operation
AlgoListed copied to clipboard

Create Leetcode Rating Prediction | Open Discussion + Issue

Open NayakPenguin opened this issue 1 year ago • 4 comments

Screenshot 2023-10-19 at 9 01 19 AM

I previously relied on LCCN's API for rating predictions, but I've come to realize it's not a viable option due to its sluggish performance and the fact that the API is often inaccessible in the initial hours following a contest's completion.

Screenshot 2023-10-19 at 8 53 41 AM

The predictive model information for LCCN can be found in their GitHub repository at: https://github.com/baoliay2008/lccn_predictor/blob/main/api/routers/contest_records.py

Feel welcome to provide suggestions on the essential factors needed to create a predictive model.

Screenshot 2023-10-19 at 8 59 40 AM

NayakPenguin avatar Oct 19 '23 03:10 NayakPenguin

@Nayaker not understand this

jatingodnani avatar Oct 19 '23 12:10 jatingodnani

Basically, this is a button that will give details about the rating after a person gives a contest - prior to leetcode platform. It will use the details such as number of questions solved, time taken, percentile etc to do so exactly like leetcode.

NayakPenguin avatar Oct 19 '23 12:10 NayakPenguin

So, are you suggesting we should implement our own model, instead of just relying on an api? Can't we use some other api which is more reliable?

sudhz avatar Oct 21 '23 04:10 sudhz

So, are you suggesting we should implement our own model, instead of just relying on an api? Can't we use some other api which is more reliable?

@sudhz I'm open to using other dependable options, but I currently don't know of any other such API.

NayakPenguin avatar Oct 21 '23 04:10 NayakPenguin