Classification Kuliah 4 4/29/2015. Classification: Definition  Given a collection of records (training set )  Each record contains a set of attributes,

Slides:



Advertisements
Similar presentations
Data Mining Classification: Basic Concepts,
Advertisements

DECISION TREES. Decision trees  One possible representation for hypotheses.
CHAPTER 9: Decision Trees
Classification Basic Concepts Decision Trees
Data Mining Classification: Basic Concepts, Decision Trees, and Model Evaluation Lecture Notes for Chapter 4 Part I Introduction to Data Mining by Tan,
Bab /44 Bab 4 Classification: Basic Concepts, Decision Trees & Model Evaluation Part 1 Classification With Decision tree.
Classification: Definition Given a collection of records (training set ) –Each record contains a set of attributes, one of the attributes is the class.
Statistics 202: Statistical Aspects of Data Mining
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/ Classification: Definition l Given a collection of records (training set) l Find a model.
1 Data Mining Classification Techniques: Decision Trees (BUSINESS INTELLIGENCE) Slides prepared by Elizabeth Anglo, DISCS ADMU.
Decision Tree.
Data Mining Classification: Basic Concepts, Decision Trees, and Model Evaluation Lecture Notes for Chapter 4 Introduction to Data Mining by Tan, Steinbach,
Data Mining Classification This lecture node is modified based on Lecture Notes for Chapter 4/5 of Introduction to Data Mining by Tan, Steinbach, Kumar,
Data Mining Classification: Basic Concepts, Decision Trees, and Model Evaluation Lecture Notes for Chapter 4 Introduction to Data Mining by Tan, Steinbach,
Classification: Basic Concepts and Decision Trees.
Lecture Notes for Chapter 4 Introduction to Data Mining
Classification: Decision Trees, and Naïve Bayes etc. March 17, 2010 Adapted from Chapters 4 and 5 of the book Introduction to Data Mining by Tan, Steinbach,
Lecture outline Classification Decision-tree classification.
Lecture Notes for Chapter 4 Introduction to Data Mining
CSci 8980: Data Mining (Fall 2002)
1 BUS 297D: Data Mining Professor David Mease Lecture 5 Agenda: 1) Go over midterm exam solutions 2) Assign HW #3 (Due Thurs 10/1) 3) Lecture over Chapter.
Classification: Basic Concepts and Decision Trees
Tree-based methods, neutral networks
© Vipin Kumar CSci 8980 Fall CSci 8980: Data Mining (Fall 2002) Vipin Kumar Army High Performance Computing Research Center Department of Computer.
Lecture 5 (Classification with Decision Trees)
Example of a Decision Tree categorical continuous class Splitting Attributes Refund Yes No NO MarSt Single, Divorced Married TaxInc NO < 80K > 80K.
EECS 800 Research Seminar Mining Biological Data
1 Statistics 202: Statistical Aspects of Data Mining Professor David Mease Tuesday, Thursday 9:00-10:15 AM Terman 156 Lecture 11 = Finish ch. 4 and start.
DATA MINING LECTURE 9 Classification Basic Concepts Decision Trees.
1 Data Mining Lecture 3: Decision Trees. 2 Classification: Definition l Given a collection of records (training set ) –Each record contains a set of attributes,
Data Mining Classification: Basic Concepts, Decision Trees, and Model Evaluation Lecture Notes for Chapter 4 Introduction to Data Mining by Tan, Steinbach,
Chapter 4 Classification. 2 Classification: Definition Given a collection of records (training set ) –Each record contains a set of attributes, one of.
Classification: Basic Concepts, Decision Trees, and Model Evaluation
Classification. 2 Classification: Definition  Given a collection of records (training set ) Each record contains a set of attributes, one of the attributes.
Classification Basic Concepts, Decision Trees, and Model Evaluation
Decision Trees and an Introduction to Classification.
Lecture 7. Outline 1. Overview of Classification and Decision Tree 2. Algorithm to build Decision Tree 3. Formula to measure information 4. Weka, data.
Machine Learning: Decision Trees Homework 4 assigned
Modul 6: Classification. 2 Classification: Definition  Given a collection of records (training set ) Each record contains a set of attributes, one of.
Review - Decision Trees
Decision Trees Jyh-Shing Roger Jang ( 張智星 ) CSIE Dept, National Taiwan University.
Data Mining Classification: Basic Concepts, Decision Trees, and Model Evaluation COSC 4368.
Data Mining Classification: Basic Concepts, Decision Trees, and Model Evaluation Lecture Notes for Chapter 4 Introduction to Data Mining by Minqi Zhou.
Longin Jan Latecki Temple University
Data Mining Classification: Basic Concepts, Decision Trees, and Model Evaluation Lecture Notes for Chapter 4 Introduction to Data Mining by Tan, Steinbach,
Practical Issues of Classification Underfitting and Overfitting –Training errors –Generalization (test) errors Missing Values Costs of Classification.
Data Mining Classification: Basic Concepts, Decision Trees, and Model Evaluation Lecture Notes for Chapter 4 Introduction to Data Mining by Tan, Steinbach,
Classification: Basic Concepts, Decision Trees. Classification: Definition l Given a collection of records (training set ) –Each record contains a set.
Decision Trees Example of a Decision Tree categorical continuous class Refund MarSt TaxInc YES NO YesNo Married Single, Divorced < 80K> 80K Splitting.
Classification & Regression COSC 526 Class 7 Arvind Ramanathan Computational Science & Engineering Division Oak Ridge National Laboratory, Oak Ridge Ph:
Lecture Notes for Chapter 4 Introduction to Data Mining
Data Mining Classification: Basic Concepts, Decision Trees, and Model Evaluation Lecture Notes for Chapter 4 Introduction to Data Mining by Tan, Steinbach,
Data Mining Classification: Basic Concepts, Decision Trees, and Model Evaluation Lecture Notes for Chapter 4.
Machine Learning: Decision Trees Homework 4 assigned courtesy: Geoffrey Hinton, Yann LeCun, Tan, Steinbach, Kumar.
1 Illustration of the Classification Task: Learning Algorithm Model.
Big Data Analysis and Mining Qinpei Zhao 赵钦佩 2015 Fall Decision Tree.
Classification: Basic Concepts, Decision Trees. Classification Learning: Definition l Given a collection of records (training set) –Each record contains.
Data Mining Classification: Basic Concepts, Decision Trees, and Model Evaluation Lecture Notes for Chapter 4 Introduction to Data Mining By Tan, Steinbach,
Introduction to Data Mining Clustering & Classification Reference: Tan et al: Introduction to data mining. Some slides are adopted from Tan et al.
Lecture Notes for Chapter 4 Introduction to Data Mining
Classification Decision Trees
Data Mining Classification: Basic Concepts and Techniques
Introduction to Data Mining, 2nd Edition by
Classification Basic Concepts, Decision Trees, and Model Evaluation
Introduction to Data Mining, 2nd Edition by
Machine Learning” Notes 2
Data Mining: Concepts and Techniques
Basic Concepts and Decision Trees
آبان 96. آبان 96 Classification: Basic Concepts, Decision Trees, and Model Evaluation Lecture Notes for Chapter 4 Introduction to Data Mining by Tan,
COP5577: Principles of Data Mining Fall 2008 Lecture 4 Dr
Presentation transcript:

Classification Kuliah 4 4/29/2015

Classification: Definition  Given a collection of records (training set )  Each record contains a set of attributes, one of the attributes is the class.  Find a model for class attribute as a function of the values of other attributes.  Goal: previously unseen records should be assigned a class as accurately as possible.  A test set is used to determine the accuracy of the model. Usually, the given data set is divided into training and test sets, with training set used to build the model and test set used to validate it. 4/29/2015

Definition  Classification is the task of learning a target function f that maps each attribute set x to one of the predefined class labels y.  The target function is also known informally as a classification model.  The purposes of building classification model:  Descriptive modelling: a classification model can serve as an explanatory tool to distinguish between objects of different classes.  Predictive modelling: a classification can be used to predict the class label of unknown records 4/29/2015

Vertebrate Dataset What features define a vertebrate as a mammal, reptile, bird, fish or amphibian. Unknown record 4/29/2015

Illustrating Classification Task 4/29/2015

Decision Tree Induction  the decision tree for mammal classification problem: l A root node, which has no incoming edges and zero or more outgoing edges. l Internal nodes, each of which have exactly one incoming edge and two or more outgoing edges. l Leaf or terminal nodes, each of which have exactly one incoming edge and no outgoing edges. a test condition (Blood Type?) to separate warm-blooded from cold-blooded vertebrates 4/29/2015

Example of a Decision Tree categorical continuous class Refund MarSt TaxInc YES NO YesNo Married Single, Divorced < 80K> 80K Splitting Attributes Training Data Model: Decision Tree 4/29/2015

Another Example of Decision Tree categorical continuous class MarSt Refund TaxInc YES NO Yes No Married Single, Divorced < 80K> 80K There could be more than one tree that fits the same data! 4/29/2015

Decision Tree Classification Task Decision Tree 4/29/2015

Apply Model to Test Data Refund MarSt TaxInc YES NO YesNo Married Single, Divorced < 80K> 80K Test Data Start from the root of tree. 4/29/2015

Apply Model to Test Data Refund MarSt TaxInc YES NO YesNo Married Single, Divorced < 80K> 80K Test Data 4/29/2015

Apply Model to Test Data Refund MarSt TaxInc YES NO YesNo Married Single, Divorced < 80K> 80K Test Data 4/29/2015

Apply Model to Test Data Refund MarSt TaxInc YES NO YesNo Married Single, Divorced < 80K> 80K Test Data 4/29/2015

Apply Model to Test Data Refund MarSt TaxInc YES NO YesNo Married Single, Divorced < 80K> 80K Test Data 4/29/2015

Apply Model to Test Data Refund MarSt TaxInc YES NO YesNo Married Single, Divorced < 80K> 80K Test Data Assign Cheat to “No” 4/29/2015

Decision Tree Classification Task Decision Tree 4/29/2015

Decision Tree Induction  Many Algorithms:  Hunt’s Algorithm (one of the earliest)  CART  ID3, C4.5  SLIQ,SPRINT 4/29/2015

General Structure of Hunt’s Algorithm  Let D t be the set of training records that reach a node t  General Procedure:  If D t contains records that belong the same class y t, then t is a leaf node labeled as y t  If D t is an empty set, then t is a leaf node labeled by the default class, y d  If D t contains records that belong to more than one class, use an attribute test to split the data into smaller subsets. Recursively apply the procedure to each subset. DtDt ? 4/29/2015

Hunt’s Algorithm Don’t Cheat Refund Don’t Cheat Don’t Cheat Yes No Refund Don’t Cheat YesNo Marital Status Don’t Cheat Single, Divorced Married Taxable Income Don’t Cheat < 80K>= 80K Refund Don’t Cheat YesNo Marital Status Don’t Cheat Single, Divorced Married Test Condition 4/29/2015

Tree Induction  Greedy strategy.  Split the records based on an attribute test that optimizes certain criterion.  Issues  Determine how to split the records  How to specify the attribute test condition?  How to determine the best split?  Determine when to stop splitting 4/29/2015

Tree Induction  Greedy strategy.  Split the records based on an attribute test that optimizes certain criterion.  Issues  Determine how to split the records  How to specify the attribute test condition?  How to determine the best split?  Determine when to stop splitting 4/29/2015

How to Specify Test Condition?  Depends on attribute types  Nominal  Ordinal  Continuous  Depends on number of ways to split  2-way split  Multi-way split 4/29/2015

Splitting Based on Nominal Attributes  Multi-way split: Use as many partitions as distinct values.  Binary split: Divides values into two subsets. Need to find optimal partitioning. CarType Family Sports Luxury CarType {Family, Luxury} {Sports} CarType {Sports, Luxury} {Family} OR 4/29/2015

 Multi-way split: Use as many partitions as distinct values.  Binary split: Divides values into two subsets. Need to find optimal partitioning.  What about this split? Splitting Based on Ordinal Attributes Size Small Medium Large Size {Medium, Large} {Small} Size {Small, Medium} {Large} OR Size {Small, Large} {Medium} 4/29/2015

Splitting Based on Continuous Attributes  Different ways of handling  Discretization to form an ordinal categorical attribute  Static – discretize once at the beginning  Dynamic – ranges can be found by equal interval bucketing, equal frequency bucketing (percentiles), or clustering.  Binary Decision: (A < v) or (A  v)  consider all possible splits and finds the best cut  can be more compute intensive 4/29/2015

Splitting Based on Continuous Attributes 4/29/2015

Tree Induction  Greedy strategy.  Split the records based on an attribute test that optimizes certain criterion.  Issues  Determine how to split the records  How to specify the attribute test condition?  How to determine the best split?  Determine when to stop splitting 4/29/2015

How to determine the Best Split Before Splitting: 10 records of class 0, 10 records of class 1 Which test condition is the best? 4/29/2015

How to determine the Best Split  Greedy approach:  Nodes with homogeneous class distribution are preferred  Need a measure of node impurity: Non-homogeneous, High degree of impurity Homogeneous, Low degree of impurity 4/29/2015

Measures of Node Impurity  Let P(i|t) denote the fraction of records belonging to class i at a given node t.  We sometimes omit the reference to node t by expressing the fraction as p i.  In a binary classification problem, the class distribution at any node can be written as (p 0, p 1 ), where p 1 = 1 − p 0.  In addition, note that 0log 2 0 = 0 for entropy calculations 4/29/2015

Measures of Node Impurity 4/29/2015

How to Find the Best Split B? YesNo Node N3Node N4 A? YesNo Node N1Node N2 Before Splitting: M0 M1 M2M3M4 M12 M34 Gain = M0 – M12 vs M0 – M34 4/29/2015

Measure of Impurity: GINI  Gini Index for a given node t : (NOTE: p( j | t) is the relative frequency of class j at node t).  Maximum (1 - 1/n c ) when records are equally distributed among all classes, implying least interesting information  Minimum (0.0) when all records belong to one class, implying most interesting information 4/29/2015

Examples for computing GINI P(C1) = 0/6 = 0 P(C2) = 6/6 = 1 Gini = 1 – P(C1) 2 – P(C2) 2 = 1 – 0 – 1 = 0 P(C1) = 1/6 P(C2) = 5/6 Gini = 1 – (1/6) 2 – (5/6) 2 = P(C1) = 2/6 P(C2) = 4/6 Gini = 1 – (2/6) 2 – (4/6) 2 = /29/2015

Splitting Based on GINI  Used in CART, SLIQ, SPRINT.  When a node p is split into k partitions (children), the quality of split is computed as, where,n i = number of records at child i, n = number of records at node p.

Binary Attributes: Computing GINI Index l Splits into two partitions l Effect of Weighing partitions: –Larger and Purer Partitions are sought for. B? YesNo Node N1Node N2 Gini(N1) = 1 – (5/6) 2 – (2/6) 2 = Gini(N2) = 1 – (1/6) 2 – (4/6) 2 = Gini(Children) = 7/12 * /12 * = 0.333

Binary Attributes  Since the subsets for attribute B have smaller gini index, it is preferred over attribute A. 4/29/2015

Categorical Attributes: Computing Gini Index  For each distinct value, gather counts for each class in the dataset  Use the count matrix to make decisions Multi-way splitTwo-way split (find best partition of values) 4/29/2015

Continuous Attributes: Computing Gini Index  Use Binary Decisions based on one value  Several Choices for the splitting value  Number of possible splitting values = Number of distinct values  Each splitting value has a count matrix associated with it  Class counts in each of the partitions, A < v and A  v  Simple method to choose best v  For each v, scan the database to gather count matrix and compute its Gini index  Computationally Inefficient! Repetition of work.

Continuous Attributes: Computing Gini Index...  For efficient computation: for each attribute,  Sort the attribute on values  Linearly scan these values, each time updating the count matrix and computing gini index  Choose the split position that has the least gini index  The candidate split positions are identified by taking the midpoints between two adjacent sorted values: 55, 65, 72, and so on Split Positions Sorted Values 4/29/2015

Alternative Splitting Criteria based on INFO  Entropy at a given node t: (NOTE: p( j | t) is the relative frequency of class j at node t).  Measures homogeneity of a node.  Maximum (log n c ) when records are equally distributed among all classes implying least information  Minimum (0.0) when all records belong to one class, implying most information  Entropy based computations are similar to the GINI index computations 4/29/2015

Examples for computing Entropy P(C1) = 0/6 = 0 P(C2) = 6/6 = 1 Entropy = – 0 log 0 – 1 log 1 = – 0 – 0 = 0 P(C1) = 1/6 P(C2) = 5/6 Entropy = – (1/6) log 2 (1/6) – (5/6) log 2 (1/6) = 0.65 P(C1) = 2/6 P(C2) = 4/6 Entropy = – (2/6) log 2 (2/6) – (4/6) log 2 (4/6) = /29/2015

Splitting Based on INFO...  Information Gain: Parent Node, p is split into k partitions; n i is number of records in partition i  Measures Reduction in Entropy achieved because of the split. Choose the split that achieves most reduction (maximizes GAIN)  Used in ID3 and C4.5  Disadvantage: Tends to prefer splits that result in large number of partitions, each being small but pure.

Splitting Based on INFO...  Gain Ratio: Parent Node, p is split into k partitions n i is the number of records in partition i  Adjusts Information Gain by the entropy of the partitioning (SplitINFO). Higher entropy partitioning (large number of small partitions) is penalized!  Used in C4.5  Designed to overcome the disadvantage of Information Gain

Splitting Criteria based on Classification Error  Classification error at a node t :  Measures misclassification error made by a node.  Maximum (1 - 1/n c ) when records are equally distributed among all classes, implying least interesting information  Minimum (0.0) when all records belong to one class, implying most interesting information 4/29/2015

Examples for Computing Error P(C1) = 0/6 = 0 P(C2) = 6/6 = 1 Error = 1 – max (0, 1) = 1 – 1 = 0 P(C1) = 1/6 P(C2) = 5/6 Error = 1 – max (1/6, 5/6) = 1 – 5/6 = 1/6 P(C1) = 2/6 P(C2) = 4/6 Error = 1 – max (2/6, 4/6) = 1 – 4/6 = 1/3 4/29/2015

Tree Induction  Greedy strategy.  Split the records based on an attribute test that optimizes certain criterion.  Issues  Determine how to split the records  How to specify the attribute test condition?  How to determine the best split?  Determine when to stop splitting 4/29/2015

Stopping Criteria for Tree Induction  Stop expanding a node when all the records belong to the same class  Stop expanding a node when all the records have similar attribute values  Early termination (to be discussed later) 4/29/2015

Decision Tree Based Classification  Advantages:  Inexpensive to construct  Extremely fast at classifying unknown records  Easy to interpret for small-sized trees  Accuracy is comparable to other classification techniques for many simple data sets 4/29/2015

Practical Issues of Classification  Underfitting and Overfitting  Missing Values  Costs of Classification 4/29/2015

Underfitting and Overfitting (Example) 500 circular and 500 triangular data points. Circular points: 0.5  sqrt(x 1 2 +x 2 2 )  1 Triangular points: sqrt(x 1 2 +x 2 2 ) > 0.5 or sqrt(x 1 2 +x 2 2 ) < 1 4/29/2015

Underfitting and Overfitting Overfitting Underfitting: when model is too simple, both training and test errors are large 4/29/2015

Contoh 4/29/2015

Overfitting due to Noise Decision boundary is distorted by noise point 4/29/2015

Contoh * Menyatakan mislabeled Training set 4/29/2015

Test set 4/29/2015

Tree yang dihasilkan M1: training error : 0%, test error : 30% M2: training error : 20%, test error : 10% M1, telah meng-overfit training data karena terdapat model yang lebih sederhana dengan tingkat error yang paling rendah pada test test 4/29/2015

Overfitting due to Insufficient Examples Lack of data points in the lower half of the diagram makes it difficult to predict correctly the class labels of that region - Insufficient number of training records in the region causes the decision tree to predict the test examples using other training records that are irrelevant to the classification task 4/29/2015

Contoh training test Tree yang dihasilkan Training error: 0% Test error: 30% 4/29/2015

How to Address Overfitting  Pre-Pruning (Early Stopping Rule)  Stop the algorithm before it becomes a fully-grown tree  Typical stopping conditions for a node:  Stop if all instances belong to the same class  Stop if all the attribute values are the same  More restrictive conditions:  Stop if number of instances is less than some user-specified threshold  Stop if class distribution of instances are independent of the available features (e.g., using  2 test)  Stop if expanding the current node does not improve impurity measures (e.g., Gini or information gain). 4/29/2015

How to Address Overfitting…  Post-pruning  Grow decision tree to its entirety  Trim the nodes of the decision tree in a bottom-up fashion  If generalization error improves after trimming, replace sub- tree by a leaf node. 4/29/2015

Akurasi  Akurasi dihitung berdasarkan jumlah nilai yang sama antara nilai dalam test set dengan nilai yang dihasilkan oleh pohon dengan menggunakan keseluruhan aturan yang terbentuk: Setiap entri f ij menyatakan banyaknya record dari kelas i yang diprediksi menjadi kelas j 4/29/2015

Reference  Tan P., Michael S., & Vipin K Introduction to Data mining. Pearson Education, Inc.  Han J & Kamber M Data mining – Concept and Techniques.Morgan-Kauffman, San Diego 4/29/2015