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

Slides:



Advertisements
Similar presentations
Cooperative Query Answering for Semistructured Data Speakers: Chuan Lin & Xi Zhang By Michael Barg and Raymond K. Wong.
Advertisements

N. Kumar, Asst. Professor of Marketing Database Marketing Cluster Analysis.
QMM 384 – Data Mining Data Mining: Introduction Introduction to Predictive Analytics.
IT 433 Data Warehousing and Data Mining Hierarchical Clustering Assist.Prof.Songül Albayrak Yıldız Technical University Computer Engineering Department.
Content Based Image Clustering and Image Retrieval Using Multiple Instance Learning Using Multiple Instance Learning Xin Chen Advisor: Chengcui Zhang Department.
1 9/15/06CS150 Introduction to Computer Science 1 Combined Assignments, Relational Operators, and the If Statement.
Visualization of Clusters with a Density-Based Similarity Measure Rebecca Nugent Department of Statistics, Carnegie Mellon University Joint with: Werner.
Basic Data Mining Techniques
Recommender systems Ram Akella February 23, 2011 Lecture 6b, i290 & 280I University of California at Berkeley Silicon Valley Center/SC.
POSTER TEMPLATE BY: Note: in high dimensions, the data are sphered prior to distance matrix calculation. Three Groups Example;
Recommender systems Ram Akella November 26 th 2008.
Beyond Opportunity; Enterprise Miner Ronalda Koster, Data Analyst.
Clustering analysis workshop Clustering analysis workshop CITM, Lab 3 18, Oct 2014 Facilitator: Hosam Al-Samarraie, PhD.
Represent Functions as Graphs
『 Data Mining 』 By Jung, hae-sun. 1.Introduction 2.Definition 3.Data Mining Applications 4.Data Mining Tasks 5. Overview of the System 6. Data Mining.
MAKING THE BUSINESS BETTER Presented By Mohammed Dwikat DATA MINING Presented to Faculty of IT MIS Department An Najah National University.
Data Mining Chapter 1 Introduction -- Basic Data Mining Tasks -- Related Concepts -- Data Mining Techniques.
Cluster analysis 포항공과대학교 산업공학과 확률통계연구실 이 재 현. POSTECH IE PASTACLUSTER ANALYSIS Definition Cluster analysis is a technigue used for combining observations.
Arben Asllani University of Tennessee at Chattanooga Prescriptive Analytics CHAPTER 8 Marketing Analytics with Linear Programming Business Analytics with.
Clustering Procedure Cheng Lei Department of Electrical and Computer Engineering University of Victoria April 16, 2015.
1 Cluster Analysis Objectives ADDRESS HETEROGENEITY Combine observations into groups or clusters such that groups formed are homogeneous (similar) within.
Chapter 14 – Cluster Analysis © Galit Shmueli and Peter Bruce 2010 Data Mining for Business Intelligence Shmueli, Patel & Bruce.
1 STAT 5814 Statistical Data Mining. 2 Use of SAS Data Mining.
1 Chapter 8: Introduction to Pattern Discovery 8.1 Introduction 8.2 Cluster Analysis 8.3 Market Basket Analysis (Self-Study)
EXAMPLE 1 Graph a function
K-Means Algorithm Each cluster is represented by the mean value of the objects in the cluster Input: set of objects (n), no of clusters (k) Output:
Machine Learning Queens College Lecture 7: Clustering.
Compiled By: Raj Gaurang Tiwari Assistant Professor SRMGPC, Lucknow Unsupervised Learning.
Customer Data Segmentation: Keys to Growing the Top & Bottom Lines Harry Klein Customer Engagement Strategies, Inc.
Data Mining By Farzana Forhad CS 157B. Agenda Decision Tree and ID3 Rough Set Theory Clustering.
Copyright ©2005 by South-Western, a division of Thomson Learning. All rights reserved. Introduction to Marketing.
Example Apply hierarchical clustering with d min to below data where c=3. Nearest neighbor clustering d min d max will form elongated clusters!
Customers perception & buying behavior in choosing cars & Their brand preference in the car market At ABT Maruti Suzuki, Guindy, Chennai SAP Term Project.
1 Cluster Analysis Prepared by : Prof Neha Yadav.
1.7 Warm Up Warm Up Lesson Quiz Lesson Quiz Lesson Presentation Lesson Presentation Represent Functions as Graphs.
Ass. Prof. Dr. Özgür KÖKALAN İstanbul Sabahattin Zaim University.
Linear Models & Clustering Presented by Kwak, Nam-ju 1.
Nearest Neighbour and Clustering. Nearest Neighbour and clustering Clustering and nearest neighbour prediction technique was one of the oldest techniques.
CLUSTER ANALYSIS. Cluster Analysis  Cluster analysis is a major technique for classifying a ‘mountain’ of information into manageable meaningful piles.
Hierarchical Clustering & Topic Models
Unsupervised Learning
Ananya Das Christman CS311 Fall 2016
Data Structures & File Processing
Retail Management
Retail Management
Retail Management
Retail Management
Retail Management
Retail Management
Retail Management
Retail Management
Retail Management
Retail Management
Retail Management
Retail Management
Retail Management
Chapter 13 Marketing: Helping Buyers Buy
Step 14: Calculate TAM for Follow-on Markets
John Nicholas Owen Sarah Smith
Multivariate Statistical Methods
Total Variation and Hypothesis Testing for Segmentation
CSCI N317 Computation for Scientific Applications Unit Weka
Represent Functions as Graphs
Sales Strategy and Performance. Orange Romania Thank you!
Text Categorization Berlin Chen 2003 Reference:
Cluster analysis Presented by Dr.Chayada Bhadrakom
Donghui Zhang, Tian Xia Northeastern University
Building pattern  Complete the following tables and write the rule 
Unsupervised Learning
Presentation transcript:

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. 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. 1. Find centers of each cluster. 2. Calculate distance between store and each cluster center. 3. Reassign store to the closest cluster.

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

8 Thank you!