Association Rule Mining (Data Mining Tool)

Slides:



Advertisements
Similar presentations
Chart 11-1: Minitab Difference Between 2 Population Means
Advertisements

What if Analysis. Goal Seek Command Formulas- consider different options by changing values= what if analysis Formulas- consider different options by.
Chapter 4 Financial Functions, Data Tables, and Amortization Schedules
ACOT Intro/Copyright Succeeding in Business with Microsoft Excel 2010: Chapter1.
1 Excel and Regression. 2 3 On the next screen you can see I typed in the data for the schooling / income study. I even put in labels in the first row.
COMP53311 Data Stream Prepared by Raymond Wong Presented by Raymond Wong
6/23/2015CSE591: Data Mining by H. Liu1 Association Rules Transactional data Algorithm Applications.
Statistical Analysis of Transaction Dataset Data Visualization Homework 2 Hongli Li.
Microsoft Excel 2010 Chapter 8
Copyright © 2013 Pearson Education, Inc. publishing as Prentice Hall12-1.
MIS 451 Building Business Intelligence Systems Association Rule Mining (1)
Chapter 13 – Association Rules
Business Analytics: Methods, Models, and Decisions, 1 st edition James R. Evans Copyright © 2013 Pearson Education, Inc. publishing as Prentice Hall12-1.
Chapter 10: Working with Large Data Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
First Screen : First window form will always remain open, for the user to select menu options. 1.
Exploring Spreadsheet Software Chap 1: Introducing Excel 2002.
Learning Objectives What is a spreadsheet and what is the difference between a spreadsheet and a worksheet? Start Excel, open an existing spreadsheet,
Using Advanced Formatting and Analysis Tools. 2 Working with Grouped Worksheets: Grouping Worksheets  Data is entered simultaneously on all worksheets.
Definitions. Cell: Cell: Space in the intersection of a column (vertical division) and a row (horizontal division). Row: Row: A row runs horizontally.
Mr. Verlin South Philadelphia High School May 4-6, 2011.
Decision Trees. MS Algorithms Decision Trees The basic idea –creating a series of splits, also called nodes, in the tree. The algorithm adds a node to.
Introduction to Excel The Basics of Microsoft Word 2007 Excel.
Association Rule Mining Data Mining and Knowledge Discovery Prof. Carolina Ruiz and Weiyang Lin Department of Computer Science Worcester Polytechnic Institute.
With Microsoft Excel 2007 Comprehensive 1e© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Excel 2007 Comprehensive.
RTF Update Kevin Smit Kelly Tarp ProCost Version 3.0 Modifications A registered professional engineering corporation with offices in the Seattle,
EGEE-III INFSO-RI Enabling Grids for E-sciencE EGEE and gLite are registered trademarks Design of an Expert System for Enhancing.
Intro to Excel - Session 5.21 Tutorial 5 - Session 5.2 Working with Excel Lists.
Our project main purpose is to develop a tool for a combinatorial game researcher. Given a version of combinatorial puzzle game and few more parameters,
Data Mining Association Rules Mining Frequent Itemset Mining Support and Confidence Apriori Approach.
COMP53311 Association Rule Mining Prepared by Raymond Wong Presented by Raymond Wong
Chapter 4 Financial Functions, Data Tables, and Amortization Schedules Microsoft Excel 2013.
Chapter 14 – Association Rules and Collaborative Filtering © Galit Shmueli and Peter Bruce 2016 Data Mining for Business Analytics (3rd ed.) Shmueli, Bruce.
Chapter 13 – Association Rules DM for Business Intelligence.
Statistical Analysis with Excel © 2012 Project Lead The Way, Inc.Introduction to Engineering Design.
Chapter 10 Introduction to Data Mining
AGB 260: Agribusiness Data Literacy
Other Classification Models: Neural Network
COMP 1942 PCA TA: Harry Chan COMP1942.
Clustering 1 (Introduction and kmean)
Classification 3 (Nearest Neighbor Classifier)
Microsoft Excel.
COMP1942 Exploring and Visualizing Data Overview
Data Validation and Protecting Workbook
Managing Worksheets And Workbooks
Microsoft Office Illustrated
Tutorial 3: Using XLMiner for Association Rule Mining
Data Analysis Introduction To Online Education BIT
Eco 6380 Predictive Analytics For Economists Spring 2016
Association Rule Mining
Transactional data Algorithm Applications
Microsoft Excel 101.
Navya Thum February 13, 2013 Day 7: MICROSOFT EXCEL Navya Thum February 13, 2013.
COMP5331 FP-Tree Prepared by Raymond Wong Presented by Raymond Wong
Parts of an Excel Window
Microsoft Excel 101.
Lesson 4: Advanced Transforms
A Comparison of Capabilities of Data Mining Tools
Lesson 16 Using What-If Analysis
Excel: Formatting Participation Project
Microsoft Excel 101.
Association Rules :A book store case
Excel: Tables Participation Project
Matrix Addition
REACH Computer Resource Center
PPT10: Global and local approximation
January 17th, 2019 My Media Graph
Mr. Verlin South Philadelphia High School May 11-13, 2011
Chapter 14 – Association Rules
Lesson 13 Working with Tables
P 72 (PDF 76) Figure 32 Information item name Rules in columns
Presentation transcript:

Association Rule Mining (Data Mining Tool) COMP1942 Association Rule Mining (Data Mining Tool) Prepared by Raymond Wong (Notes) and Kai Ho Chan (Screenshot) Presented by Raymond Wong raywong@cse COMP1942

Outline Association Rule Mining Algorithm Problem Definition Algorithm How to use the data mining tool COMP1942

How to use the data mining tool Where can I find the data mining tool? How can I use the data mining tool for association rule mining? COMP1942

Where can I find the data mining tool? There are two ways of opening XLMiner in MS Excel. Option 1: From the “Add-ins” Tag Option 2: From the “XLMiner Platform” Tag Suggestion: Use the “Add-ins” Tag COMP1942

COMP1942

COMP1942

COMP1942

COMP1942

COMP1942

How to add “XLMiner” in MS Excel installed in a PC of our lab There are two ways of opening XLMiner in MS Excel. Option 1: From the “Add-ins” Tag Option 2: From the “XLMiner Platform” Tag COMP1942

COMP1942

COMP1942

COMP1942

COMP1942

How to use the data mining tool Where can I find the data mining tool? How can I use the data mining tool for association rule mining? COMP1942

Where can I find the data mining tool? Open “rule.xls” in MS Excel COMP1942

COMP1942

COMP1942

COMP1942

COMP1942

Data source Workbook Worksheet Data range COMP1942

COMP1942

COMP1942

# Rows in data 5 5 # Columns in data COMP1942

First row contains header COMP1942

Data in binary matrix format Input data format Data in binary matrix format Data in item list format COMP1942

Minimum support (# transactions): Parameters Minimum support (# transactions): 3 Minimum confidence (%): COMP1942

Minimum support (# transactions): Parameters Minimum support (# transactions): 3 50 Minimum confidence (%): COMP1942

COMP1942

COMP1942

COMP1942

Antecedent (A) Row ID Support for A Consequent (C) Conf. % Support for C Support for A & C Lift Ratio COMP1942

Rule 1: If item D is purchased, then this implies item A is also purchased. This rule has confidence of 100% COMP1942

Rule 5: If item B is purchased, then this implies item C is also purchased. This rule has confidence of 75% COMP1942

In the previous setting, we set Minimum Support = 3 Minimum Confidence = 50% In the following setting, Minimum Support = 2 Minimum Confidence = 70% COMP1942

COMP1942

Minimum support (# transactions): Parameters Minimum support (# transactions): 2 70 Minimum confidence (%): COMP1942

COMP1942

Rule 1: If items D, E are purchased, then this implies items A, B are also purchased. This rule has confidence of 100% COMP1942