SAS代写 BUS5PA Predictive Analytics

BUS5PA Predictive Analytics – Semester 2, 2018

Assignment 3: Customer Segmentation, Association Rule Mining, and MBA Case Studies

Release Date: 16th October 2018
Due Date: 6th November 2018 – 11.55pm
Weight: 30%
Format of Submission: A report (electronic form) + SAS files in .spk format (electronic) Submission of project in LMS site.

Part A – Cluster Analysis (40%)

A wholesale supply company sells four types of dungarees – fashion jeans, leisure jeans, stretch jeans and original jeans. The owner of the supply company is interested in identifying the groupings of stores which his products are supplied. In order to identify such groupings, the owner has selected the DUNGAREE data set gives the number of pairs of four different types of dungarees that were sold at stores over a specific time period.

In the DUNGAREE data set, each row represents an individual store. There are six columns in the data set. One column is the store identification number, and the remaining columns contain the number of pairs of each type of jeans that were sold.

The variables in the data set are shown below with the appropriate roles and levels.

BUS5PA Predictive Analytics – 2018

Name

Model Role

Measurement Level

Description

STOREID

ID

Nominal

Identification number of the store

FASHION

Input

Interval

Number of pairs of fashion jeans sold at the store

LEISURE

Input

Interval

Number of pairs of leisure jeans sold at the store

STRETCH

Input

Interval

Number of pairs of stretch jeans sold at the store

ORIGINAL

Input

Interval

Number of pairs of original jeans sold at the store

SALESTOT

Rejected

Interval

Total number of pairs of jeans sold (the sum of FASHION, LEISURE, STRETCH, and ORIGINAL)

You, as the data analyst, is required to conduct a cluster analysis for the data set and provide an insightful report to the owner of the wholesale supply company in order for him to take timely actions to grow his revenue.

a. b. c.

d. e.

Create a new diagram in your project. Name the diagram Jeans. Define the data set DUNGAREE as a data source.

Determine whether the model roles and measurement levels assigned to the variables are appropriate.

Examine the distribution of the variables.
• Are there any unusual data values?
• Are there missing values that should be replaced?

Assign the variable STOREID the model role ID and the variable SALESTOT the model role Rejected. Make sure that the remaining variables have the Input model role and the Interval measurement level. Why should the variable SALESTOT be rejected?

Add an Input Data Source node to the diagram workspace and select the DUNGAREE data table as the data source.

BUS5PA Assignment 3

f. g.

h.

i.

j. k.

BUS5PA Predictive Analytics – 2018 Add a Cluster node to the diagram workspace and connect it to the Input Data node.

Select the Cluster node.
Leave the default setting as Internal StandardizationStandardization
What would happen if inputs were not standardized? Explain using knowledge from discussions in the class.

Run the diagram from the Cluster node and examine the results.
Does the number of clusters created seem reasonable? Discuss using knowledge from class discussions – what is a cluster/how many clusters should you have, etc….

Specify a maximum of six clusters and re-run the Cluster node.
How does the number and quality of clusters compare to that obtained in part h?

Use the Segment Profile node to summarize the nature of the clusters. Describe the profiles.

The company management would like to consider a stock distribution strategy based on this cluster analysis. Discuss how the clustering and store profiles you have carried out could be used in such a strategy.

Part B – Market Basket Analysis and Association Rules (30%)

In order to plan innovative promotions to move items that are often purchased together, a store is interested in market basket analysis of items purchased from the Health and Beauty Aids Department and the Stationary Department. You are a member of the analytics team assigned to the task.

The store chose to conduct a market basket analysis of specific items purchased from these two departments. The TRANSACTIONS data set contains information about more than 400,000 transactions made over the past three months.

The following products are represented in the data set:

bar soap

markers

prescription medications

bows

pain relievers

shampoo

candy bars

pencils

toothbrushes

deodorant

pens

toothpaste

greeting cards

perfume

wrapping paper

magazines

photo processing

You have access to SAS Enterprise Miner data analytics tools and decided to carry out a market basket and association rule based analysis of the data. The following instructions will help you to set up the SAS diagram for the analysis.

BUS5PA Assignment 3

There are four variables in the data set:

Examine the results of the association analysis. Your team leader has indicated that the answer to the following questions will be useful to the management. You have to answer the questions and prepare a report giving evidence to support your answers – (e.g.: Screen shots, numeric values etc.).

  1. What is the highest lift value for the resulting rules
  2. Which rules have this value?
  3. What is the significance of the lift value of a rule – explain using an example from the case study.
  4. Based on the association rules, briefly describe 3 example product bundles and promotions that you might suggest?

Part C – Predictive Analytics Case Study (30%)

Read the article “Seven reasons you need predictive analytics today – Eric Siegel” in LMS Your task is to understand the 7 reasons discussed by Siegel and discuss how each of these:

  1. a)  Apply to
  2. b)  Add value

In the finance domain.

You are expected to write a report (max 1500 words) using the week 11 guest lecture – “Model management” on the 16th October, and the following sources:

1. Analytics in banking: Time to realize the value (Mckinsey Report) 2. 3rd party company case study. Link to reports and presentations.

Note: You MUST refer to the content in the week 11 guest lecture and the articles in your report. The objective of this exercise is for you to learn how to build up your base knowledge for a new project – especially when you have not worked in that area.

An expectation matrix for this assignment will be uploaded on the 18th October. BUS5PA Assignment 3

BUS5PA Predictive Analytics – 2018

Name

Model Role

Measurement Level

Description

Outlet

Rejected

Nominal

Identification number of the store

PurchaseId

ID

Nominal

Transaction identification number

Item

Target

Nominal

Product purchased

Amount

Rejected

Interval

Quantity of this product purchased

a. b. c.

d. e. f.

Create a new diagram. Name the diagram Retail. Create a new data source using the data set RETAIL.

Assign the variables Outlet and Amount the model role Rejected. These variables are not used in this analysis. Assign the ID model role to the variable PurchaseId and the Target model role to the variable Item. Change the data source role to Transaction.

Add the RETAIL data set and an Association node to the diagram. Change the setting for the Export Rule by ID property to Yes.

Leave the remaining default settings for the Association node and run the analysis.