-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add an ML Algorithm for classification of the admission data #4
Comments
If we could take the instantly generated csv files and create a prediction and an analysis chat out of those and display it on the web application. |
Hey @Sohammhatre10 I can work on this issue. |
Will assign you both @abhirajadhikary06 and @Ncode-93 this. |
Thanks for assignig, Working to bring these feature live 👍 |
I would like to contribute to this issue, pls assign me |
Thanks @Sohammhatre10 for assigning this issue |
@Ncode-93 @Rishitshivam @abhirajadhikary06 @Ankitv003 Any updates? |
I'll update you on this issue by tonight |
Hey, I have a quick question. What input should we collect from users for prediction and analysis? Should we include details like exam type, gender, name, rank, and preferred program? Also, what exactly should our predictive analysis focus on? Should we predict the number of colleges they could be eligible for or the specific branches they might qualify for? |
From my P.O.V students predict college on their expected rank , So ask for the rank and using predictive analysis output the college they may get |
@Rishitshivam @abhirajadhikary06 non inclusion of additional features like gender caste may hamper the accuracy so using the entire dataset as a context is necessary. |
Requirements are -
Scikit-learn
,Tensorflow
orPyTorch
for the classification of the scrapped admission data.The text was updated successfully, but these errors were encountered: