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

Comprehensive Loan Information for Credit Risk Analysis #505

Open abhisheks008 opened 5 months ago

abhisheks008 commented 5 months ago

ML-Crate Repository (Proposing new issue)

:red_circle: Project Title : Comprehensive Loan Information for Credit Risk Analysis :red_circle: Aim : The aim of this project is to analyze the information for credit risk based oon the given data. :red_circle: Dataset : https://www.kaggle.com/datasets/nezukokamaado/auto-loan-dataset :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. 😎

hemant933 commented 5 months ago

Full name : Hemant chaudhary GitHub Profile Link : github.com/hemant933 Participant ID (If not, then put NA) : Approach for this Project : i will use vectorization and pipeline to analyse the data and then apply model What is your participant role? (Mention the Open Source Program name. Eg. HRSoC, GSSoC, GSOC etc.) IWOC24

abhisheks008 commented 5 months ago

Can you share more about the approach, it's not clear to me.

avrk18 commented 5 months ago

Full Name : Aditya Vema Reddy Kesari GitHub profile link : github.com/avrk18 Participant ID (If not, then put NA) : NA Approach for this Project : I will use feature selection techniques such as fisher_score for numeric columns and chi2 values for categorical columns and then use decision trees to find feature importance. Depending on their importance we can construct new features as well if required. After bucketing and/or scaling for numeric columns, I will explore 3-4 algorithms and judge their accuracy. What is your participant role? (Mention the Open Source Program name. Eg. HRSoC, GSSoC, GSOC etc.) JWOC 24

abhisheks008 commented 5 months ago

Assigned to @avrk18 under JWOC.

PranavJha2k3 commented 1 month ago

Full name : Pranav Jha GitHub Profile Link : https://github.com/PranavJha2k3 Participant ID (If not, then put NA) : NA Approach for this Project : Will perform EDA and other ML models (Logistic regression , Decision tree , Random forrest) and compare their F1 score , accuracy and other metrics to find the best fit What is your participant role? SSOC, 2024 @admin Please assign me this issue!

abhisheks008 commented 1 month ago

Implement 5-6 models for this project. Assigned @PranavJha2k3