Given a Bank customer, a classifier was built which can determine whether they will leave in the next 6 months or not. Link to the Google Collab run code:
https://colab.research.google.com/drive/1zyseJqR02NptgN_pbTqAKRyCLyo7S5Q-?usp=sharing#scrollTo=FgqCkx88IH49
The Dataset is from Kaggle:
Given below are columns information:
- RowNumber
- CustomerId
- Surname
- CreditScore
- Geography
- Gender
- Age
- Tenure
- Balance
- NumOfProductsHow many accounts, bank account affiliated products the person has
- HasCrCard
- IsActiveMemberSubjective, but for the concept
- EstimatedSalary
- Exited Did they leave the bank after all?
- numpy
- matplotlib
- seaborn
- scikit-learn
- imblearn
- pandas