-
Notifications
You must be signed in to change notification settings - Fork 10
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
Change the current algorithm to select problem in the suggested practice section #8
Comments
can we add something that predicts the problems according to the weak topics of any user? |
Yes maybe you can do it. But what algorithm and API endpoints will you be using in order to predict the weaker topics of user ? |
We are making a graph for the user, so by using that graph we can find out the section he has solved the least. 1). In which file do you have the logic for this algorithm? |
|
The graph is just from the data being fetched over the submissions API endpoint of the user. You can check the algorithm to make the graph in the Analysis Page component. |
Yes I want to work on this. |
Right now the current algorithm just selects 100 points higher rated problems than your current rating. We are in the need to implement a better algorithm, Suggestion from your side are welcome .
One suggestion is to fetch problems that helped people to improve their rating and then as per user rating, suggest them to the user.
The text was updated successfully, but these errors were encountered: