Skip to content

koke3/Bank_Churners_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank Churners Analysis

Project Overview

This project aims to analyze customer churn in the banking sector using a dataset of bank customers. By identifying the factors contributing to customer churn, this analysis provides insights for improving customer retention strategies.

Table of Contents

Technologies Used

  • Python
  • Pandas
  • NumPy
  • Matplotlib
  • Seaborn
  • Scikit-learn
  • Jupyter Notebook

Dataset Description

The dataset contains information about 10,000 bank customers and includes the following features:

  • Age
  • Salary
  • Marital Status
  • Credit Card Limit
  • Credit Card Category
  • Churn Rate (16.07%)

Installation

To run this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/koke3/Bank_Churners_analysis.git
  2. Navigate to the project directory:
    cd Bank_Churners_analysis
  3. Install the required libraries:
    pip install -r requirements.txt

Usage

  1. Open the Jupyter Notebook in the project directory:
    jupyter notebook

2.Run the analysis cells in the notebook to explore the data and generate insights.

Results

The analysis provides visualizations and findings on customer behavior, highlighting key factors influencing churn. Insights derived from this analysis can be used to inform business strategies aimed at reducing churn.

Contributing

Contributions are welcome! If you have suggestions or improvements, please create a pull request or open an issue.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Analyzing customer churn in a banking dataset to identify key factors influencing customer retention and develop strategies to reduce churn rates. This project includes data exploration, visualization, and predictive modeling.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors