Skip to content

committopush/ML_Insurance_Churn_Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ABC Insurance Customer Data Analysis and Predictive Modeling

Background Story

ABC Insurance, previously a market leader, is facing a challenging trend of increasing customer churn while customer lifetime value remains stagnant or declines. The CEO emphasized the critical importance of understanding customers to address these trends effectively. The analysis in this project aims to identify patterns within customer data that could help revitalize ABC Insurance's customer engagement and product strategies, ultimately reducing churn and enhancing customer value.


Data Description

The dataset consists of three key tables provided by the IT department, crucial for our comprehensive analysis:

  • ABC_df_customer: Includes customer IDs, addresses, policy details, and annual insurance payment amounts.
  • ABC_df_demographics: Contains demographic data like income, family status, home ownership, and credit ratings.
  • ABC_df_termination: Lists customers who have suspended their policies, including the suspension dates.

For detailed structure and variables of each dataset, please refer to the Data Link.


Installation

To set up this project for analysis:

  1. Clone the repository:
    git clone https://github.com/yourrepository/abc-insurance.git
  2. Install required Python packages:
    pip install -r requirements.txt

Usage

To run the analysis notebook, navigate to the repository folder and launch Jupyter Notebook:

jupyter notebook

Project Structure

  • /data: Contains all the datasets used in the project.
  • /notebook: Jupyter notebook for analysis and modeling.
  • /src: Source code for custom Python functions used within the notebooks.
  • README.md: Project overview and guide.
  • LICENSE: Details on the usage and redistribution of this project.

License

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

About

Exploring and refining ML models to improve customer churn prediction at ABC Insurance.

Topics

Resources

License

Stars

Watchers

Forks