Interpretation of Customer segmentation results
Hi,
How did you interpret the numbers in the customer analysis? For example, the last segment has a 0.029 mean for the sex column, why did you interpret that as "must of the people in that segment are male" why not female?
1 answers ( 0 marked as helpful)
Hi Adelore,
in our data, the feature for gender is binary and:
0 means male,
1 means female.
Which means that with a mean of 0.029, which is close to zero, the majority of people in this segment are male.
You can check out the purchase data legend excel file to see the exact coding for each variable or just check out the lecture here: https://learn.365datascience.com/courses/customer-analytics-in-python/getting-to-know-the-segmentation-dataset
Best,
Eli