Skip to content

Unsupervised learning techniques applied on product spending data collected for customers of a wholesale distributor to identify customer segments hidden in the data.

Notifications You must be signed in to change notification settings

alex01001/Machine-Learning-for-Customers-Segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning for Segmentation

Project Overview

Apply unsupervised learning techniques on product spending data collected for customers of a wholesale distributor in Lisbon, Portugal to identify customer segments hidden in the data. First, explore the data by selecting a small subset to sample and determine if any product categories highly correlate with one another. Afterwards, preprocess the data by scaling each product category and then identifying (and removing) unwanted outliers. With the good, clean customer spending data, apply PCA transformations to the data and implement clustering algorithms to segment the transformed customer data. Finally, compare the segmentation found with an additional labeling and consider ways this information could assist the wholesale distributor with future service changes.

Project Highlights

This project provides a hands-on experience with unsupervised learning and work towards developing conclusions for a potential client on a real-world dataset. Many companies today collect vast amounts of data on customers and clientele, and have a strong desire to understand the meaningful relationships hidden in their customer base. Being equipped with this information can assist a company with future products and services that best satisfy the demands or needs of their customers.

Things learned by completing this project:

How to apply preprocessing techniques such as feature scaling and outlier detection. How to interpret data points that have been scaled, transformed, or reduced from PCA. How to analyze PCA dimensions and construct a new feature space. How to optimally cluster a set of data to find hidden patterns in a dataset. How to assess information given by cluster data and use it in a meaningful way.

About

Unsupervised learning techniques applied on product spending data collected for customers of a wholesale distributor to identify customer segments hidden in the data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published