Algolisted-Org / AlgoListed

Algolisted is an AI-powered nonprofit analytics firm dedicated to assisting computer science students in preparing for placements and internships. Our services include tracking and analytics across various platforms and topics.
http://algolisted.com
Other
135 stars 75 forks source link

Create Leetcode Rating Prediction | Open Discussion + Issue #170

Open NayakPenguin opened 11 months ago

NayakPenguin commented 11 months ago
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
jatingodnani commented 11 months ago

@Nayaker not understand this

NayakPenguin commented 11 months ago

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.

sudhz commented 11 months ago

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?

NayakPenguin commented 11 months ago

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.