Open NayakPenguin opened 1 year ago
@Nayaker not understand this
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.
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?
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.
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.
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.