1 / 8

Store segmentation using SAS clustering

Store segmentation using SAS clustering. Baofu Ma Merchandising AUTOZONE ANALYST,MERCH RESEARCH. Introduction. Motivation: Need to create similar business model for stores with either similar product sales or customer GBB brand preference.

diep
Download Presentation

Store segmentation using SAS clustering

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Store segmentation using SAS clustering Baofu Ma Merchandising AUTOZONE ANALYST,MERCH RESEARCH

  2. Introduction • Motivation: • Need to create similar business model for stores with either similar product sales or customer GBB brand preference. • And explain these clusters in terms of demographic variables. • Challenges: • Business rule requires that the store cluster size has to be greater than certain number. Enforce a minimum cluster size with proc cluster. • Explore the relationship between the clusters and demographic variables.

  3. Overview of hierarchical clustering • Each observation begins in a cluster by itself. The two closest clusters are merged to form a new cluster. • Using Proc cluster to get the tree. • Using Proc tree to get the desired cluster. 4 1 2 3 5 6

  4. Solution • Get the history of the clustering process using ODS. ods output ClusterHistory=history; proc cluster data=indatatemp METHOD=ward outtree=Tree; • Search clusters which satisfy the minimum size criteria from top to bottom.

  5. Example • Classify autozone stores based on market share of 2 oil brands, high mileage and blends. • Business rule requires minimum cluster size is 300.

  6. Example • Even borders. • Find centers of each cluster. • Calculate distance between store and each cluster center. • Reassign store to the closest cluster .

  7. Example Relationship between clusters and demographic variables. Blue-positive Orange- negative

  8. Thank you!

More Related