-
-
Notifications
You must be signed in to change notification settings - Fork 216
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
[Project Addition]: Bank Customer Churn Prediction with Web App #609
Comments
Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊 |
Share your details along with the dataset source, approach for solving this issue. |
This project involves developing an end-to-end bank customer churn prediction system using machine learning and integrating it with a Flask-based frontend. We collect and preprocess customer data, perform exploratory data analysis, and engineer features. Various models are trained and evaluated, with the best-performing model being serialized. We can use algorithms like logistic regression,SVM, XGboost , Random forest,etc.The Flask API handles user input, preprocessing, and prediction. The frontend, designed with HTML ,CSS and JS, allows users to input data and view predictions. The entire system undergoes unit and integration testing before deployment to a web server. Continuous monitoring and periodic model updates ensure accuracy and reliability. dataset used:Churn_Modelling.csv from kaggle Customer ID: A unique identifier for each customer |
Full name: Ansh Gupta |
Implement 5-6 models for this project and then use the best fitted model for the web app. Assigned @NIKITA320495 |
Hello @NIKITA320495! Your issue #609 has been closed. Thank you for your contribution! |
creating end to end bank customer churn prediction using machine learning libraries and integrating it with front end with flask
The text was updated successfully, but these errors were encountered: