Module 1: Finding relationships in your data with an association model
In this module, you will create an association model that you can use to perform market basket analysis on transaction data.
When you run your mining flow, you create an association model that is based on your source data. Then, you can use the Associations visualizer to look at the association rules that model the purchasing patterns of your customers.
The following figure shows the diagram that you will build in this module to examine your source data for customer patterns. The lines represent the flow of data, and the boxes represent different operators that organize and process your data for market basket analysis. You can refer back to this diagram at any time while doing the lessons in the module.

A mining flow specifies how to use your transaction data to generate your association model. You can design a mining flow by using the flow editor in Design Studio to draw a diagram of your data mining flow. The diagram represents the steps that must be completed to discover the type of information that you are seeking. You can place symbols on a canvas in the diagram to represent a data processing operation. By connecting the outputs of operators to the inputs of other operators, you can specify how your data moves through the processing steps of your mining flow.
Learning objectives
After completing the lessons in this module, you will know how to do the following tasks:- Design a complete mining flow that includes name lookup tables and taxonomy information
- View your customer data for patterns with an association visualizer
Time required
This module should take approximately 90 minutes to complete.Prerequisites
You must first complete the prerequisites described in Setting up the GSDB sample database.
- Lesson 1: Creating a warehousing project and a blank data mining flow
In this lesson, you will create a project and a blank mining flow in the Design Studio. - Lesson 2: Creating a simple mining flow
In this lesson, you will create a simple mining flow and use the associations visualizer to view the results. - Lesson 3: Adding name lookup information to your mining flow
In this lesson, you will add name lookup information to your mining flow and use the associations visualizer to view the results. - Lesson 4: Adding taxonomy information to your mining flow
In this lesson, you will add steps to your mining flow that enable your association model to discover categorical relationships. - Lesson 5: Analyzing your data with the Associations visualizer
In this lesson, you will run your mining flow and use the associations visualizer to examine the association model that the flow creates.