Skip to content

Short machine learning project which analyses customer behaviour ๐Ÿ”Ž

Notifications You must be signed in to change notification settings

zion-pulapakura/E-commerce-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

This is an analysis on e-commerce customers and their shopping behaviours.

We are giving 3 datasets. One containing customers, another containing products and one more containing a map for the product categories.


Part 1. Dataset Cleaning

In part 1, we clean the datasets using numpy and pandas. For the products datasets, we clean it and combine it with the product categories dataset for easy access. We format the customers' dataset by editing and combining its columns. We then export the formatted datasets to the datasets folder to be used in part 2.


Part 2. Customer Segmentation

In part 2, we use the formatted datasets to cluster the customers based on their shopping behaviours. We plot the clusters on a graph using plotly.


Results

customers' plot

This is the plot we end up with. We can see that their are 2 types of customers:

  • The first group are low-income customers who therefore do not purchase much
  • The second group are higher-income custoemrs who can afford to purchase more products

About

Short machine learning project which analyses customer behaviour ๐Ÿ”Ž

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published