Skip to content

alfredsasko/Customer-Segmentation

Repository files navigation

Identify Consumer Segments

Do you want to increase revenue and marketing ROI using customer segmentation? If yes, this is the project for you.

Table of Contents

  1. Project Motivation
  2. Results
  3. Installation
  4. File Descriptions
  5. Licensing, Authors, and Acknowledgements

Project Motivation

In this project, you will apply unsupervised learning techniques to identify segments of the population that form the core customer base for a mail-order sales company in Germany. These segments can then be used to direct marketing campaigns towards audiences that will have the highest expected rate of returns.

The purpose of this project is to share with fellow sales, marketing professionals and data scientists on how to approach customer segmentation to answer questions as:

  1. How many consumer segments are in the whole market population?
  2. Which ones of these consumer segments represent our customer base?

From a data science perspective it means:

  1. How to use principal component analysis to reduce the dimensionality of consumer characteristics?
  2. How to use non-hierarchical clustering to decide to form and decide the number of consumer segments?
  3. How to profile those consumer segments on the existing customer base to improve targetting?

Results

The main findings of the code can be found at the notebook available here.

Installation

There are several necessary 3rd party libraries beyond the Anaconda distribution of Python which needs to be installed and imported to run code. These are:

  • BeautifulSoup for parsing consumer characteristics definitions
  • StatsModels to enable optimal sample size calculations for hypothesis testing
  • rpy2 to enable R functionalities to impute missing data
  • tqdm for displaying progress bar in time-consuming code fractions

File Descriptions

There is 1 notebook available here to showcase work related to the above questions. Markdown cells were used to assist in walking through the thought process for individual steps.

There are additional files:

  • Identify_Customer_Segments.html HTML verion of notebook
  • terms.pdf terms to use provided data

Licensing, Authors, Acknowledgements

Must give credit to AZ Direct GmbH's, Arvato Finance Solution and Udacity for the data. Data files are not available in the repository as there are subject to terms

About

Customer Segmention in Ecommerce

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published