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

Added new model: Customer Churn Prediction #64

Merged
merged 6 commits into from
Oct 6, 2024

Conversation

Stuti333
Copy link

@Stuti333 Stuti333 commented Oct 5, 2024

I've added a new model to predict customer churn in a bank. The notebook, Model.ipynb, includes three different methods: Random Forest Classifier, Logistic Regression, and Gradient Boosting Classifier. The Gradient Boosting Classifier outperformed the others, delivering higher accuracy, precision, and recall values. Therefore, the predictions are based on the Gradient Boosting Classifier.

@yashasvini121 yashasvini121 merged commit 2e0569c into yashasvini121:master Oct 6, 2024
@yashasvini121 yashasvini121 added the invalid This doesn't seem right label Oct 6, 2024
@yashasvini121
Copy link
Owner

Hi @Stuti333, thank you for the PR! Unfortunately, we can't accept it as it uses an outdated version of scikit-learn, which is causing some modules to be required that are no longer compatible with the current version.

Please update your code to be compatible with the latest version of scikit-learn or ensure that all the pages in the project work properly regardless of the version. Also, kindly update the requirements.txt file accordingly.

@Stuti333
Copy link
Author

Stuti333 commented Oct 6, 2024

Hi @yashasvini121, I have updated my code and created a new pull request. I hope it will not cause any issue this time.
#80

@Stuti333 Stuti333 mentioned this pull request Oct 7, 2024
@yashasvini121 yashasvini121 linked an issue Oct 11, 2024 that may be closed by this pull request
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.

Customer Churn Prediction
2 participants