+ All Categories
Home > Documents > Introduction to Data Mining For Business Students

Introduction to Data Mining For Business Students

Date post: 31-Dec-2015
Category:
Upload: kelsie-oneil
View: 19 times
Download: 0 times
Share this document with a friend
Description:
Introduction to Data Mining For Business Students. Instructor: Qiang Yang Hong Kong University of Science and Technology [email protected]. Gartner Group. “Data mining is the process of discovering meaningful new correlations, patterns and trends by sifting through large amounts of - PowerPoint PPT Presentation
36
1 Introduction to Data Mining For Business Students Instructor: Qiang Yang Hong Kong University of Science and Technology [email protected]
Transcript
Page 1: Introduction to Data Mining For Business Students

1

Introduction to Data Mining For Business Students

Instructor: Qiang YangHong Kong University of Science and Technology

[email protected]

Page 2: Introduction to Data Mining For Business Students

2

Gartner Group

“Data mining is the process of discovering

meaningful new correlations, patterns and trends by sifting through large amounts of data stored in repositories, using pattern recognition technologies as well as statistical and mathematical techniques”

Page 3: Introduction to Data Mining For Business Students

33

Data Mining: An Example— You are a marketing manager for a brokerage company

— Problem: Churn is too high (also known as Attrition)

> Turnover (after six month introductory period ends) is 40%

— Customers receive incentives (average cost: $160)

when account is opened

— Giving new incentives to everyone who might leave is very

expensive (as well as wasteful)

— Bringing back a customer after they leave is both difficult and

costly

Page 4: Introduction to Data Mining For Business Students

44

— One month before the end of the introductory period

is over, predict which customers will leave — If you want to keep a customer that is predicted to churn,

offer them something based on their predicted value

> The ones that are not predicted to churn need no attention

— If you don’t want to keep the customer, do nothing

— How can you predict future behavior?

— Build models

— Test models

… A Solution

Page 5: Introduction to Data Mining For Business Students

5

Motivation: “Necessity is the Mother of Invention”

Data explosion problem

Automated data collection tools and mature database

technology lead to tremendous amounts of data stored in

databases, data warehouses and other information

repositories

We are drowning in data, but starving for knowledge!

Solution: Data warehousing and data mining

Data warehousing and on-line analytical processing

Extraction of interesting knowledge (rules, regularities,

patterns, constraints) from data in large databases

Page 6: Introduction to Data Mining For Business Students

6

Evolution of Database Technology (See Fig. 1.1, Han’s book)

1960s: Data collection, database creation, IMS and network DBMS Pattern Recognition

1970s: Relational data model, relational DBMS implementation

1980s: RDBMS, advanced data models (extended-relational, OO,

deductive, etc.) and application-oriented DBMS (spatial, scientific, engineering, etc.)

Machine Learning in AI

1990s—2000s: Data mining and data warehousing, multimedia databases, and Web databases

Page 7: Introduction to Data Mining For Business Students

77

Convergence of Three Technologies

Page 8: Introduction to Data Mining For Business Students

88

Why Now? 1. Increasing Computing Power

— Moore’s law doubles computing power every 18

months — Powerful workstations became common

— Cost effective servers (SMPs) provide parallel

processing to the mass market

Page 9: Introduction to Data Mining For Business Students

99

— Data Collection Access Navigation Mining — The more data the better (usually)

2. Improved Data Collection

Page 10: Introduction to Data Mining For Business Students

1010

— Techniques have often been waiting for computing

technology to catch up

— Statisticians already doing “manual data mining”

— Good machine learning = intelligent application of

statistical processes

— A lot of data mining research focused on tweaking

existing techniques to get small percentage gains

3. Improved Algorithms (AI + Data Base)

Page 11: Introduction to Data Mining For Business Students

11

What Is Data Mining? Data mining (knowledge discovery in

databases): Extraction of interesting (non-trivial,

implicit, previously unknown and potentially useful) information or patterns from data in large databases

Alternative names: Knowledge discovery(mining) in databases

(KDD), knowledge extraction, data/pattern analysis, data archeology, data dredging, information harvesting, business intelligence, etc.

Page 12: Introduction to Data Mining For Business Students

12

Why Data Mining? — Potential Applications

Database analysis and decision support Market analysis and management

target marketing, customer relation management, market basket analysis, cross selling, market segmentation

Risk analysis and management Forecasting, customer retention, improved

underwriting, quality control, competitive analysis Fraud detection and management

Other Applications Text mining (news group, email, documents) Stream data mining Web mining. DNA data analysis

Page 13: Introduction to Data Mining For Business Students

13

Market Analysis and Management

Where are the data sources for analysis? Credit card transactions, loyalty cards, discount coupons,

customer complaint calls, plus (public) lifestyle studies Target marketing

Find clusters of “model” customers who share the same characteristics: interest, income level, spending habits, etc.

Determine customer purchasing patterns over time Conversion of single to a joint bank account: marriage, etc.

Cross-market analysis Associations/co-relations between product sales Prediction based on the association information

Page 14: Introduction to Data Mining For Business Students

14

Market Analysis and Management (2)

Customer profiling

data mining can tell you what types of customers buy

what products (clustering or classification)

Identifying customer requirements

identifying the best products for different customers

use prediction to find what factors will attract new

customers

Provides summary information

various multidimensional summary reports

statistical summary information (data central tendency

and variation)

Page 15: Introduction to Data Mining For Business Students

15

Corporate Analysis and Risk Management

Finance planning and asset evaluation cash flow analysis and prediction contingent claim analysis to evaluate assets cross-sectional and time series analysis (financial-

ratio, trend analysis, etc.) Resource planning:

summarize and compare the resources and spending Competition:

monitor competitors and market directions group customers into classes and a class-based

pricing procedure set pricing strategy in a highly competitive market

Page 16: Introduction to Data Mining For Business Students

16

Fraud Detection and Management Applications widely used in health care, retail, credit card services,

telecommunications (phone card fraud), etc. Approach

use historical data to build models of fraudulent behavior and use data mining to help identify similar instances

Examples auto insurance: detect a group of people who stage

accidents to collect on insurance money laundering: detect suspicious money transactions

(US Treasury's Financial Crimes Enforcement Network) medical insurance: detect professional patients and ring

of doctors and ring of references

Page 17: Introduction to Data Mining For Business Students

17

Fraud Detection and Management

Detecting inappropriate medical treatment Australian Health Insurance Commission identifies that

in many cases blanket screening tests were requested (save Australian $1m/yr).

Detecting telephone fraud Telephone call model: destination of the call, duration,

time of day or week. Analyze patterns that deviate from an expected norm.

British Telecom identified discrete groups of callers with frequent intra-group calls, especially mobile phones, and broke a multimillion dollar fraud.

Retail Analysts estimate that 38% of retail shrink is due to

dishonest employees.

Page 18: Introduction to Data Mining For Business Students

18

Other Applications Sports

IBM Advanced Scout analyzed NBA game statistics (shots blocked, assists, and fouls) to gain competitive advantage for New York Knicks and Miami Heat

Astronomy JPL and the Palomar Observatory discovered 22

quasars with the help of data mining Internet Web Surf-Aid

IBM Surf-Aid applies data mining algorithms to Web access logs for market-related pages to discover customer preference and behavior pages, analyzing effectiveness of Web marketing, improving Web site organization, etc.

Page 19: Introduction to Data Mining For Business Students

1919

Definition: Predictive Model

— A “black box” that makes predictions about the future

based on information from the past and present

— Large number of inputs usually available

Page 20: Introduction to Data Mining For Business Students

2020

How are Models Built and Used?

— — View from 20,000 feet:

Page 21: Introduction to Data Mining For Business Students

2121

The Data Mining Process

Page 22: Introduction to Data Mining For Business Students

2222

What the Real World Looks Like

Page 23: Introduction to Data Mining For Business Students

2323

Predictive Models are…

Decision Trees

Nearest Neighbor Classification

Neural Networks

Rule Induction

K-means Clustering

Page 24: Introduction to Data Mining For Business Students

2424

Data Mining is Not ...

— Data warehousing

— SQL / Ad Hoc Queries / Reporting

— Software Agents

— Online Analytical Processing (OLAP)

— Data Visualization

Page 25: Introduction to Data Mining For Business Students

2525

Common Uses of Data Mining

— Marketing:— Direct mail marketing

— Web site personalization

— Fraud Detection— Credit card fraud detection

— Science— Bioinformatics

— Gene analysis

— Web & Text analysis — Google

Page 26: Introduction to Data Mining For Business Students

26

Data Mining: A KDD Process

Data mining: an entire business process

Data Cleaning

Data Integration

Databases

Data Warehouse

Task-relevant Data

Selection

Pattern Analysis

Pattern Evaluation

Page 27: Introduction to Data Mining For Business Students

27

Steps of a KDD Process

Learning about the application domain: relevant prior knowledge and goals of application

Creating a target data set: data selection Data cleaning and preprocessing: (may take 60% of

effort!) Data reduction and transformation:

Find useful features, dimensionality/variable reduction, invariant representation.

Choosing functions of data mining summarization, classification, regression,

association, clustering. Choosing the mining algorithm(s) Data mining: search for patterns of interest Pattern evaluation and knowledge presentation

visualization, transformation, removing redundant patterns, etc.

Use of discovered knowledge

Page 28: Introduction to Data Mining For Business Students

28

Data Mining and Business Intelligence Increasing potentialto supportbusiness decisions End User

Business Analyst

DataAnalyst

DBA

MakingDecisions

Data Presentation

Visualization Techniques

Data MiningInformation Discovery

Data Exploration

OLAP, MDA

Statistical Analysis, Querying and Reporting

Data Warehouses / Data Marts

Data SourcesPaper, Files, Information Providers, Database Systems, OLTP

Page 29: Introduction to Data Mining For Business Students

29

Architecture of a Typical Data Mining System

Data Warehouse

Data cleaning & data integration Filtering

Databases

Database or data warehouse server

Data mining engine

Pattern evaluation

Graphical user interface

Knowledge-base

Page 30: Introduction to Data Mining For Business Students

30

Data Mining: On What Kind of Data?

Relational databases Data warehouses Transactional databases Advanced DB and information repositories

Object-oriented and object-relational databases Spatial and temporal data Time-series data and stream data Text databases and multimedia databases Heterogeneous and legacy databases WWW

Page 31: Introduction to Data Mining For Business Students

31

Data Mining Techniques

Concept description: Characterization and discrimination Generalize, summarize, and contrast data

characteristics, e.g., dry vs. wet regions

Association (correlation) Multi-dimensional vs. single-dimensional

association age(X, “20..29”) ^ income(X, “20..29K”) buys(X,

“PC”) [support = 2%, confidence = 60%] contains(T, “computer”) contains(x, “software”)

[1%, 75%]

Page 32: Introduction to Data Mining For Business Students

32

Data Mining Techniques Classification and Prediction

Finding models (functions) that describe and distinguish classes or concepts for future prediction

E.g., classify countries based on climate, or classify cars based on gas mileage

Presentation: decision-tree, classification rule, neural network

Prediction: Predict some unknown or missing numerical values

Cluster analysis Class label is unknown: Group data to form new classes,

e.g., cluster houses to find distribution patterns Clustering based on the principle: maximizing the intra-

class similarity and minimizing the interclass similarity

Page 33: Introduction to Data Mining For Business Students

33

Data Mining Functionalities (3)

Outlier analysis

Outlier: a data object that does not comply with the

general behavior of the data

It can be considered as noise or exception but is quite

useful in fraud detection, rare events analysis

Trend and evolution analysis

Trend and deviation: regression analysis

Sequential pattern mining, periodicity analysis

Similarity-based analysis

Other pattern-directed or statistical analyses

Page 34: Introduction to Data Mining For Business Students

34

Are All the “Discovered” Patterns Interesting?

A data mining system/query may generate thousands of patterns,

not all of them are interesting.

Suggested approach: Human-centered, query-based, focused

mining

Interestingness measures: A pattern is interesting if it is easily

understood by humans, valid on new or test data with some degree

of certainty, potentially useful, novel, or validates some hypothesis

that a user seeks to confirm

Objective vs. subjective interestingness measures:

Objective: based on statistics and structures of patterns, e.g.,

support, confidence, etc.

Subjective: based on user’s belief in the data, e.g.,

unexpectedness, novelty, actionability, etc.

Page 35: Introduction to Data Mining For Business Students

35

Data Mining: Confluence of Multiple Disciplines

Data Mining

Database Technology

Statistics

OtherDisciplines

InformationScience

MachineLearning Visualization

Page 36: Introduction to Data Mining For Business Students

36

A First-Cut Methodology in Applying DM Techniques

The Business Objective: what is to be achieved? The Data to be mined: what format and type?

Relational, transactional, object-oriented, object-relational, active, spatial, time-series, text, multi-media, heterogeneous, legacy, WWW, etc.

Knowledge to be mined: what knowledge representation is better for achieving our objectives?

classification, association, clustering, numerical prediction, probability assessment, blackbox or whitebox, lift and ROC, outlier analysis, etc.

Applications adapted Standalone or integrated, human in the loop or automated? Retail, telecommunication, banking, fraud analysis, DNA

mining, stock market analysis, Web mining, Weblog analysis, etc.


Recommended