-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
Student Data Analysis and Performance Predictor using ML #570
Comments
can you please assign it to me under SWOC 2024 |
This project repository is not part of SWOC S4. |
@abhisheks008 sorry my bad jwoc I meant |
Please share your approach for this project in a detailed manner. |
Hello, I would like to work on this issue. The details hereby: Full name : Sneha Mahata GitHub Profile Link : https://github.com/Sneha-Mahata Email ID : mahatasneha4@gmail.com Participant ID (if applicable): NA Approach for this Project : For this project, I will firstly do an Exploratory Data Analysis (EDA) to clean the data, handle missing values, and visualize patterns. Next, I will implement and compare models using advanced algorithms like AdaBoost, CatBoost, XGBoost and any other ensemble learning like bagging and boosting techniques. Each model will be trained on the dataset and evaluated using accuracy, precision, recall, and F1 score. The best model will be identified based on these metrics. I will provide Comprehensive documentation in README.md, along with necessary visualizations, conclusions, and a requirements.txt file listing all essential packages and libraries. What is your participant role? SSOC 2024 Contributor |
Assigned @Sneha-Mahata Implement 5-6 models for this project. |
Okay got it ! |
Hi @abhisheks008 hope you're doing alright. My work is almost done but I just wanted to clear my doubt regarding the dataset which is given is a very small dataset containing only 104 samples and 17 features and by feature engineering I've reduced the features into only 5 but still facing some accuracy problems. Can you plz suggest me how to overcome this hurdle? |
You need to get an accuracy of 90% for at least two models out the 5-6 models you have implemented. |
ML-Crate Repository (Proposing new issue)
🔴 Project Title : Student Data Analysis and Performance Predictor using ML
🔴 Aim : Perform EDA and create a prediction model for predicting the performance of the students based on the given dataset.
🔴 Dataset : https://www.kaggle.com/datasets/erqizhou/students-data-analysis
🔴 Approach : Try to use 3-4 algorithms to implement the models and compare all the algorithms to find out the best fitted algorithm for the model by checking the accuracy scores. Also do not forget to do a exploratory data analysis before creating any model.
📍 Follow the Guidelines to Contribute in the Project :
requirements.txt
- This file will contain the required packages/libraries to run the project in other machines.Model
folder, theREADME.md
file must be filled up properly, with proper visualizations and conclusions.🔴🟡 Points to Note :
✅ To be Mentioned while taking the issue :
Happy Contributing 🚀
All the best. Enjoy your open source journey ahead. 😎
The text was updated successfully, but these errors were encountered: