Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Leetcode Rating Prediction | Open Discussion + Issue #170

Open
NayakPenguin opened this issue Oct 19, 2023 · 4 comments
Open

Create Leetcode Rating Prediction | Open Discussion + Issue #170

NayakPenguin opened this issue Oct 19, 2023 · 4 comments
Labels
Advanced Issue 🔥 bug Something isn't working help wanted Extra attention is needed Information-gathering We are taking information from the users

Comments

@NayakPenguin
Copy link
Member

NayakPenguin commented Oct 19, 2023

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 NayakPenguin added bug Something isn't working help wanted Extra attention is needed Information-gathering We are taking information from the users Advanced Issue 🔥 labels Oct 19, 2023
@jatingodnani
Copy link
Contributor

@Nayaker not understand this

@NayakPenguin
Copy link
Member Author

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
Copy link

sudhz commented Oct 21, 2023

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
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Advanced Issue 🔥 bug Something isn't working help wanted Extra attention is needed Information-gathering We are taking information from the users
Projects
None yet
Development

No branches or pull requests

3 participants