abhisheks008 / ML-Crate

ML-Crate stands as the ultimate hub for a multitude of exciting ML projects, serving as the go-to resource haven for passionate and dedicated ML enthusiasts!๐ŸŒŸ๐Ÿ’ซ Devfolio URL, https://devfolio.co/projects/mlcrate-98f9
https://quine.sh/repo/abhisheks008-ML-Crate-409463050
MIT License
180 stars 215 forks source link

Student Data Analysis and Performance Predictor using ML #570

Open mariam7084 opened 4 months ago

mariam7084 commented 4 months ago

ML-Crate Repository (Proposing new issue)

:red_circle: Project Title : Student Data Analysis and Performance Predictor using ML :red_circle: Aim : Perform EDA and create a prediction model for predicting the performance of the students based on the given dataset. :red_circle: Dataset : https://www.kaggle.com/datasets/erqizhou/students-data-analysis :red_circle: 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 :


:red_circle::yellow_circle: Points to Note :


:white_check_mark: To be Mentioned while taking the issue :


Happy Contributing ๐Ÿš€

All the best. Enjoy your open source journey ahead. ๐Ÿ˜Ž

adi271001 commented 4 months ago

can you please assign it to me under SWOC 2024

abhisheks008 commented 4 months ago

This project repository is not part of SWOC S4.

adi271001 commented 4 months ago

@abhisheks008 sorry my bad jwoc I meant

abhisheks008 commented 4 months ago

Please share your approach for this project in a detailed manner. @adi271001

Sneha-Mahata commented 1 month ago

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

abhisheks008 commented 1 month ago

Assigned @Sneha-Mahata

Implement 5-6 models for this project.

Sneha-Mahata commented 1 month ago

Assigned @Sneha-Mahata

Implement 5-6 models for this project.

Okay got it !

Sneha-Mahata commented 3 weeks ago

Assigned @Sneha-Mahata

Implement 5-6 models for this project.

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?

abhisheks008 commented 3 weeks ago

Assigned @Sneha-Mahata Implement 5-6 models for this project.

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.