Data Mining: Concepts and Techniques. (3 rd ed.) Chapter 8

Similar documents
CS Machine Learning

Rule Learning With Negation: Issues Regarding Effectiveness

Introduction to Ensemble Learning Featuring Successes in the Netflix Prize Competition

On-Line Data Analytics

Mining Association Rules in Student s Assessment Data

Rule Learning with Negation: Issues Regarding Effectiveness

Machine Learning and Data Mining. Ensembles of Learners. Prof. Alexander Ihler

A Decision Tree Analysis of the Transfer Student Emma Gunu, MS Research Analyst Robert M Roe, PhD Executive Director of Institutional Research and

Mining Student Evolution Using Associative Classification and Clustering

Data Stream Processing and Analytics

(Sub)Gradient Descent

Python Machine Learning

Lecture 1: Machine Learning Basics

Probabilistic Latent Semantic Analysis

Module 12. Machine Learning. Version 2 CSE IIT, Kharagpur

Lecture 1: Basic Concepts of Machine Learning

Applications of data mining algorithms to analysis of medical data

Chapter 2 Rule Learning in a Nutshell

Comparison of EM and Two-Step Cluster Method for Mixed Data: An Application

Impact of Cluster Validity Measures on Performance of Hybrid Models Based on K-means and Decision Trees

OCR for Arabic using SIFT Descriptors With Online Failure Prediction

A Version Space Approach to Learning Context-free Grammars

Twitter Sentiment Classification on Sanders Data using Hybrid Approach

A Case Study: News Classification Based on Term Frequency

An Effective Framework for Fast Expert Mining in Collaboration Networks: A Group-Oriented and Cost-Based Method

Active Learning. Yingyu Liang Computer Sciences 760 Fall

Reducing Features to Improve Bug Prediction

Word Segmentation of Off-line Handwritten Documents

ScienceDirect. A Framework for Clustering Cardiac Patient s Records Using Unsupervised Learning Techniques

Learning Methods in Multilingual Speech Recognition

Multi-Lingual Text Leveling

Assignment 1: Predicting Amazon Review Ratings

THE ROLE OF DECISION TREES IN NATURAL LANGUAGE PROCESSING

Customized Question Handling in Data Removal Using CPHC

CSL465/603 - Machine Learning

The 9 th International Scientific Conference elearning and software for Education Bucharest, April 25-26, / X

Learning From the Past with Experiment Databases

Softprop: Softmax Neural Network Backpropagation Learning

Linking Task: Identifying authors and book titles in verbose queries

National Survey of Student Engagement Spring University of Kansas. Executive Summary

FRAMEWORK FOR IDENTIFYING THE MOST LIKELY SUCCESSFUL UNDERPRIVILEGED TERTIARY STUDY BURSARY APPLICANTS

Numeracy Medium term plan: Summer Term Level 2C/2B Year 2 Level 2A/3C

Rule discovery in Web-based educational systems using Grammar-Based Genetic Programming

Calibration of Confidence Measures in Speech Recognition

Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining

Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining

Iterative Cross-Training: An Algorithm for Learning from Unlabeled Web Pages

Analysis of Hybrid Soft and Hard Computing Techniques for Forex Monitoring Systems

CLASSIFICATION OF TEXT DOCUMENTS USING INTEGER REPRESENTATION AND REGRESSION: AN INTEGRATED APPROACH

K-Medoid Algorithm in Clustering Student Scholarship Applicants

Learning goal-oriented strategies in problem solving

Using Web Searches on Important Words to Create Background Sets for LSI Classification

Semi-supervised methods of text processing, and an application to medical concept extraction. Yacine Jernite Text-as-Data series September 17.

Switchboard Language Model Improvement with Conversational Data from Gigaword

QuickStroke: An Incremental On-line Chinese Handwriting Recognition System

Proof Theory for Syntacticians

Analyzing sentiments in tweets for Tesla Model 3 using SAS Enterprise Miner and SAS Sentiment Analysis Studio

University of Groningen. Systemen, planning, netwerken Bosman, Aart

Pre-AP Geometry Course Syllabus Page 1

The Good Judgment Project: A large scale test of different methods of combining expert predictions

Australian Journal of Basic and Applied Sciences

Improving Simple Bayes. Abstract. The simple Bayesian classier (SBC), sometimes called

Chinese Language Parsing with Maximum-Entropy-Inspired Parser

Probability and Statistics Curriculum Pacing Guide

Introduction to Questionnaire Design

Word learning as Bayesian inference

have to be modeled) or isolated words. Output of the system is a grapheme-tophoneme conversion system which takes as its input the spelling of words,

Seminar - Organic Computing

Using dialogue context to improve parsing performance in dialogue systems

Large-Scale Web Page Classification. Sathi T Marath. Submitted in partial fulfilment of the requirements. for the degree of Doctor of Philosophy

ABSTRACT. A major goal of human genetics is the discovery and validation of genetic polymorphisms

Speech Recognition at ICSI: Broadcast News and beyond

Conference Presentation

WE GAVE A LAWYER BASIC MATH SKILLS, AND YOU WON T BELIEVE WHAT HAPPENED NEXT

Machine Learning from Garden Path Sentences: The Application of Computational Linguistics

Lip reading: Japanese vowel recognition by tracking temporal changes of lip shape

Evidence for Reliability, Validity and Learning Effectiveness

Measures of the Location of the Data

COMPUTER-ASSISTED INDEPENDENT STUDY IN MULTIVARIATE CALCULUS

Evaluation of Teach For America:

A NEW ALGORITHM FOR GENERATION OF DECISION TREES

Semi-Supervised Face Detection

Detecting English-French Cognates Using Orthographic Edit Distance

Predicting Student Attrition in MOOCs using Sentiment Analysis and Neural Networks

2/15/13. POS Tagging Problem. Part-of-Speech Tagging. Example English Part-of-Speech Tagsets. More Details of the Problem. Typical Problem Cases

CHAPTER 4: REIMBURSEMENT STRATEGIES 24

Analysis of Emotion Recognition System through Speech Signal Using KNN & GMM Classifier

CS 446: Machine Learning

Version Space. Term 2012/2013 LSI - FIB. Javier Béjar cbea (LSI - FIB) Version Space Term 2012/ / 18

What s in a Step? Toward General, Abstract Representations of Tutoring System Log Data

Data Integration through Clustering and Finding Statistical Relations - Validation of Approach

A Neural Network GUI Tested on Text-To-Phoneme Mapping

SINGLE DOCUMENT AUTOMATIC TEXT SUMMARIZATION USING TERM FREQUENCY-INVERSE DOCUMENT FREQUENCY (TF-IDF)

Multi-label classification via multi-target regression on data streams

Grade 6: Correlated to AGS Basic Math Skills

THE PENNSYLVANIA STATE UNIVERSITY SCHREYER HONORS COLLEGE DEPARTMENT OF MATHEMATICS ASSESSING THE EFFECTIVENESS OF MULTIPLE CHOICE MATH TESTS

Generation of Attribute Value Taxonomies from Data for Data-Driven Construction of Accurate and Compact Classifiers

AQUA: An Ontology-Driven Question Answering System

Running head: DELAY AND PROSPECTIVE MEMORY 1

GACE Computer Science Assessment Test at a Glance

Transcription:

Data Mining: Concepts and Techniques (3 rd ed.) Chapter 8 Jiawei Han, Micheline Kamber, and Jian Pei University of Illinois at Urbana-Champaign & Simon Fraser University 2011 Han, Kamber & Pei. All rights reserved. Edited by Alireza Rezvanian, 13 May, 2016 1

Chapter 8. Classification: Basic Concepts Classification: Basic Concepts Decision Tree Induction Bayes Classification Methods Rule-Based Classification Model Evaluation and Selection Techniques to Improve Classification Accuracy: Ensemble Methods Summary 2

Supervised vs. Unsupervised Learning Supervised learning (classification) Supervision: The training data (observations, measurements, etc.) are accompanied by labels indicating the class of the observations New data is classified based on the training set Unsupervised learning (clustering) The class labels of training data is unknown Given a set of measurements, observations, etc. with the aim of establishing the existence of classes or clusters in the data 3

Prediction Problems: Classification vs. Classification Numeric Prediction predicts categorical class labels (discrete or nominal) classifies data (constructs a model) based on the training set and the values (class labels) in a classifying attribute and uses it in classifying new data Numeric Prediction models continuous-valued functions, i.e., predicts unknown or missing values Typical applications Credit/loan approval: Medical diagnosis: if a tumor is cancerous or benign Fraud detection: if a transaction is fraudulent Web page categorization: which category it is 4

Classification A Two-Step Process Model construction: describing a set of predetermined classes Each tuple/sample is assumed to belong to a predefined class, as determined by the class label attribute The set of tuples used for model construction is training set The model is represented as classification rules, decision trees, or mathematical formulae Model usage: for classifying future or unknown objects Estimate accuracy of the model The known label of test sample is compared with the classified result from the model Accuracy rate is the percentage of test set samples that are correctly classified by the model Test set is independent of training set (otherwise overfitting) If the accuracy is acceptable, use the model to classify new data 5

Process (1): Model Construction Training Data Classification Algorithms NAM E RANK YEARS TENURED M ike Assistant Prof 3 no M ary Assistant Prof 7 yes Bill Professor 2 yes Jim Associate Prof 7 yes Dave Assistant Prof 6 no Anne Associate Prof 3 no Classifier (Model) IF rank = professor OR years > 6 THEN tenured = yes 6

Process (2): Using the Model in Prediction Classifier Testing Data Unseen Data (Jeff, Professor, 4) NAM E RANK YEARS TENURED Tom Assistant Prof 2 no M erlisa A ssociate P rof 7 no G eorge P rofessor 5 yes Joseph A ssistant P rof 7 yes Tenured? 7

Chapter 8. Classification: Basic Concepts Classification: Basic Concepts Decision Tree Induction Bayes Classification Methods Rule-Based Classification Model Evaluation and Selection Techniques to Improve Classification Accuracy: Ensemble Methods Summary 11

Decision Tree Induction: An Example Training data set: Buys_computer Resulting tree: age? <=30 overcast 31..40 >40 age income student credit_rating buys_computer <=30 high no fair no <=30 high no excellent no 31 40 high no fair yes >40 medium no fair yes >40 low yes fair yes >40 low yes excellent no 31 40 low yes excellent yes <=30 medium no fair no <=30 low yes fair yes >40 medium yes fair yes <=30 medium yes excellent yes 31 40 medium no excellent yes 31 40 high yes fair yes >40 medium no excellent no student? yes credit rating? no yes excellent fair no yes yes 12

Algorithm for Decision Tree Induction Basic algorithm (a greedy algorithm) Tree is constructed in a top-down recursive divide-andconquer manner At start, all the training examples are at the root Attributes are categorical (if continuous-valued, they are discretized in advance) Examples are partitioned recursively based on selected attributes Test attributes are selected on the basis of a heuristic or statistical measure (e.g., information gain) Conditions for stopping partitioning All samples for a given node belong to the same class There are no remaining attributes for further partitioning majority voting is employed for classifying the leaf There are no samples left 13

Brief Review of Entropy m = 2 14

Attribute Selection Measure: Information Gain (ID3/C4.5) Select the attribute with the highest information gain Let p i be the probability that an arbitrary tuple in D belongs to class C i, estimated by C i, D / D Expected information (entropy) needed to classify a tuple in D: Info( D) p i log 2( pi ) Information needed (after using A to split D into v partitions) to classify D: v Dj Info A( D) Info( D j 1 D Information gained by branching on attribute A m i 1 j ) Gain(A) Info(D) Info A (D) 15

Attribute Selection: Information Gain Class P: buys_computer = yes Class N: buys_computer = no 9 Info D) I(9,5) log 14 9 5 ( ) log 14 14 age p i n i I(p i, n i ) <=30 2 3 0.971 31 40 4 0 0 >40 3 2 0.971 5 ( ) 14 ( 2 2 age income student credit_rating buys_computer <=30 high no fair no <=30 high no excellent no 31 40 high no fair yes >40 medium no fair yes >40 low yes fair yes >40 low yes excellent no 31 40 low yes excellent yes <=30 medium no fair no <=30 low yes fair yes >40 medium yes fair yes <=30 medium yes excellent yes 31 40 medium no excellent yes 31 40 high yes fair yes >40 medium no excellent no 0.940 Info age ( D) no s. Hence Similarly, 5 14 5 14 I(2,3) I(3,2) 4 14 0.694 Gain( income) 0.029 Gain( student) 0.151 Gain( credit _ rating) I(4,0) 5 I (2,3) means age <=30 has 5 out of 14 14 samples, with 2 yes es and 3 Gain( age) Info( D) Info ( D) 0.246 age 0.048 16

Computing Information-Gain for Continuous-Valued Attributes Let attribute A be a continuous-valued attribute Must determine the best split point for A Sort the value A in increasing order Typically, the midpoint between each pair of adjacent values is considered as a possible split point (a i +a i+1 )/2 is the midpoint between the values of a i and a i+1 The point with the minimum expected information requirement for A is selected as the split-point for A Split: D1 is the set of tuples in D satisfying A split-point, and D2 is the set of tuples in D satisfying A > split-point 17

Gain Ratio for Attribute Selection (C4.5) Information gain measure is biased towards attributes with a large number of values C4.5 (a successor of ID3) uses gain ratio to overcome the problem (normalization to information gain) Ex. SplitInfo A v Dj Dj ( D) log 2( ) j 1 D D GainRatio(A) = Gain(A)/SplitInfo(A) gain_ratio(income) = 0.029/1.557 = 0.019 The attribute with the maximum gain ratio is selected as the splitting attribute 18

Gini Index (CART, IBM IntelligentMiner) If a data set D contains examples from n classes, gini index, gini(d) is defined as n gini( D) 1 p 2 j j 1 where p j is the relative frequency of class j in D If a data set D is split on A into two subsets D 1 and D 2, the gini index gini(d) is defined as D ) 1 D ( ) 2 gini A D gini D1 gini( D D D Reduction in Impurity: ( 2 gini( A) gini( D) gini ( D) The attribute provides the smallest gini split (D) (or the largest reduction in impurity) is chosen to split the node (need to enumerate all the possible splitting points for each attribute) A ) 19

Computation of Gini Index Ex. D has 9 tuples in buys_computer = yes and 5 in no 9 gini( D) 1 14 5 14 0.459 Suppose the attribute income partitions D into 10 in D 1 : {low, medium} and 4 in D 10 4 2 giniincome low, medium} D) Gini( D1 ) Gini( 2 { ( D2 14 2 14 ) Gini {low,high} is 0.458; Gini {medium,high} is 0.450. Thus, split on the {low,medium} (and {high}) since it has the lowest Gini index All attributes are assumed continuous-valued May need other tools, e.g., clustering, to get the possible split values 20

Comparing Attribute Selection Measures The three measures, in general, return good results but Information gain: biased towards multivalued attributes Gain ratio: tends to prefer unbalanced splits in which one partition is much smaller than the others Gini index: biased to multivalued attributes has difficulty when # of classes is large tends to favor tests that result in equal-sized partitions and purity in both partitions 21

Other Attribute Selection Measures Projects for students CHAID: a popular decision tree algorithm, measure based on χ 2 test for independence C-SEP: performs better than info. gain and gini index in certain cases G-statistic: has a close approximation to χ 2 distribution MDL (Minimal Description Length) principle (i.e., the simplest solution is preferred): The best tree as the one that requires the fewest # of bits to both (1) encode the tree, and (2) encode the exceptions to the tree Multivariate splits (partition based on multiple variable combinations) CART: finds multivariate splits based on a linear comb. of attrs. Which attribute selection measure is the best? Most give good results, none is significantly superior than others 22

Overfitting and Tree Pruning Overfitting: An induced tree may overfit the training data Too many branches, some may reflect anomalies due to noise or outliers Poor accuracy for unseen samples Two approaches to avoid overfitting Prepruning: Halt tree construction early do not split a node if this would result in the goodness measure falling below a threshold Difficult to choose an appropriate threshold Postpruning: Remove branches from a fully grown tree get a sequence of progressively pruned trees Use a set of data different from the training data to decide which is the best pruned tree 23

Tree Pruning methods Projects for Students The cost complexity pruning algorithm used in CART: Post-pruning method. Pessimistic pruning algorithm used in CART used in C4.5: Post-pruning method. Other methods 24

Enhancements to Basic Decision Tree Induction Allow for continuous-valued attributes Dynamically define new discrete-valued attributes that partition the continuous attribute value into a discrete set of intervals Handle missing attribute values Assign the most common value of the attribute Assign probability to each of the possible values 25

Classification in Large Databases Classification a classical problem extensively studied by statisticians and machine learning researchers Scalability: Classifying data sets with millions of examples and hundreds of attributes with reasonable speed Why is decision tree induction popular? relatively faster learning speed (than other classification methods) convertible to simple and easy to understand classification rules can use SQL queries for accessing databases (Projects for students) comparable classification accuracy with other methods RainForest (VLDB 98 Gehrke, Ramakrishnan & Ganti) Builds an AVC-list (attribute, value, class label) 26

Scalability Framework for RainForest Projects for Students Separates the scalability aspects from the criteria that determine the quality of the tree Builds an AVC-list: AVC (Attribute, Value, Class_label) AVC-set (of an attribute X ) Projection of training dataset onto the attribute X and class label where counts of individual class label are aggregated AVC-group (of a node n ) Set of AVC-sets of all predictor attributes at the node n 27

Rainforest: Training Set and Its AVC Sets Training Examples age income studentcredit_rating_comp <=30 high no fair no <=30 high no excellent no 31 40 high no fair yes >40 medium no fair yes >40 low yes fair yes >40 low yes excellent no 31 40 low yes excellent yes <=30 medium no fair no <=30 low yes fair yes >40 medium yes fair yes <=30 medium yes excellent yes 31 40 medium no excellent yes 31 40 high yes fair yes >40 medium no excellent no AVC-set on Age Age student Buy_Computer yes yes no <=30 2 3 31..40 4 0 >40 3 2 AVC-set on Student Buy_Computer no yes 6 1 no 3 4 AVC-set on income income Credit rating Buy_Computer yes Buy_Computer yes no high 2 2 medium 4 2 low 3 1 AVC-set on credit_rating no fair 6 2 excellent 3 3 28

BOAT (Bootstrapped Optimistic Algorithm for Tree Construction) Projects for Students Use a statistical technique called bootstrapping to create several smaller samples (subsets), each fits in memory Each subset is used to create a tree, resulting in several trees These trees are examined and used to construct a new tree T It turns out that T is very close to the tree that would be generated using the whole data set together Adv: requires only two scans of DB?, an incremental alg. 29