ardazlata / customer-segmentation

Rule-Based Customer Segmentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rule Based Customer Segmentation

Gezinomi Dataset

image

Dropping the variables that are not needed and categorizing the SaleCheckInDiff variable

image

These variables were dropped because they would not be useful for our purposes. A new column created for categorizing SaleCheckInDiff.

Filling In Missing Values

Missing values were filled with the mean of other data that met the criteria for missing values. Thus every missing value has been filled according to their criteria.

Ourliers

image image

image

Outliers found, reviewed and were replaced by the average of the "All Included" attribute. There are no outliers anymore.

image

Creating a Column For Level Based Segmenetation

image

Creating a Function

Example :

image

About

Rule-Based Customer Segmentation


Languages

Language:Jupyter Notebook 100.0%