Skip to content
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

Implemented two ensemble methods: a Voting Classifier and a Stacking Classifier on Loan Status Prediction Model. #304

Merged

Conversation

FreeSpirit11
Copy link
Contributor

I have implemented two ensemble methods: a Voting Classifier and a Stacking Classifier on Loan Status Prediction Model (Loan Status Prediction/Loan_Status_prediction.ipynb):

For the Voting Classifier, I have combined the predictions from Logistic Regression, Support Vector Machine, and Random Forest classifiers.

For the Stacking Classifier, I have used Logistic Regression as the meta-classifier on top of predictions from Logistic Regression, Support Vector Machine, and Random Forest classifiers.

@FreeSpirit11
Copy link
Contributor Author

Resolves #220

Copy link
Owner

@Akshat111111 Akshat111111 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, it works

@Akshat111111 Akshat111111 merged commit 50ae522 into Akshat111111:main Jun 6, 2024
1 check passed
Copy link

github-actions bot commented Jun 6, 2024

🎉 Your pull request has been successfully merged! 🎉 Thank you for your contribution to our project. Your efforts are greatly appreciated. Keep up the fantastic work! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants