CSE 446: Decision Trees Winter 2012 Slides adapted from Carlos Guestrin and Andrew Moore by Luke Zettlemoyer; tweaked by Dan Weld.

Slides:



Advertisements
Similar presentations
Is Random Model Better? -On its accuracy and efficiency-
Advertisements

1 Machine Learning: Lecture 3 Decision Tree Learning (Based on Chapter 3 of Mitchell T.., Machine Learning, 1997)
Decision Trees Decision tree representation ID3 learning algorithm
CPSC 502, Lecture 15Slide 1 Introduction to Artificial Intelligence (AI) Computer Science cpsc502, Lecture 15 Nov, 1, 2011 Slide credit: C. Conati, S.
ICS320-Foundations of Adaptive and Learning Systems
Decision Tree Rong Jin. Determine Milage Per Gallon.
Machine Learning II Decision Tree Induction CSE 473.
Decision Tree Algorithm
Analysis of greedy active learning Sanjoy Dasgupta UC San Diego.
Ensemble Learning: An Introduction
Induction of Decision Trees
Machine Learning CSE 473. © Daniel S. Weld Topics Agency Problem Spaces Search Knowledge Representation Reinforcement Learning InferencePlanning.
July 30, 2001Copyright © 2001, Andrew W. Moore Decision Trees Andrew W. Moore Associate Professor School of Computer Science Carnegie Mellon University.
Three kinds of learning
LEARNING DECISION TREES
Example of a Decision Tree categorical continuous class Splitting Attributes Refund Yes No NO MarSt Single, Divorced Married TaxInc NO < 80K > 80K.
ICS 273A Intro Machine Learning
Review Rong Jin. Comparison of Different Classification Models  The goal of all classifiers Predicating class label y for an input x Estimate p(y|x)
Introduction to Machine Learning
Ensemble Learning (2), Tree and Forest
Copyright © Andrew W. Moore Slide 1 Decision Trees Andrew W. Moore Professor School of Computer Science Carnegie Mellon University
Fall 2004 TDIDT Learning CS478 - Machine Learning.
Machine Learning Chapter 3. Decision Tree Learning
INTRODUCTION TO MACHINE LEARNING. $1,000,000 Machine Learning  Learn models from data  Three main types of learning :  Supervised learning  Unsupervised.
CS-424 Gregory Dudek Today’s outline Administrative issues –Assignment deadlines: 1 day = 24 hrs (holidays are special) –The project –Assignment 3 –Midterm.
ECE 5984: Introduction to Machine Learning
For Wednesday No new reading Homework: –Chapter 18, exercises 3, 4, 7.
For Monday Read chapter 18, sections 5-6 Homework: –Chapter 18, exercises 1-2.
Chapter 9 – Classification and Regression Trees
Chapter 4 Classification. 2 Classification: Definition Given a collection of records (training set ) –Each record contains a set of attributes, one of.
For Friday No reading No homework. Program 4 Exam 2 A week from Friday Covers 10, 11, 13, 14, 18, Take home due at the exam.
CpSc 810: Machine Learning Decision Tree Learning.
Inferring Decision Trees Using the Minimum Description Length Principle J. R. Quinlan and R. L. Rivest Information and Computation 80, , 1989.
CSC 4510 – Machine Learning Dr. Mary-Angela Papalaskari Department of Computing Sciences Villanova University Course website:
Learning from Observations Chapter 18 Through
Mehdi Ghayoumi MSB rm 132 Ofc hr: Thur, a Machine Learning.
CSE 446 Logistic Regression Winter 2012 Dan Weld Some slides from Carlos Guestrin, Luke Zettlemoyer.
Data Mining Practical Machine Learning Tools and Techniques Chapter 4: Algorithms: The Basic Methods Section 4.3: Decision Trees Rodney Nielsen Many of.
For Wednesday No reading Homework: –Chapter 18, exercise 6.
Machine Learning, Decision Trees, Overfitting Machine Learning Tom M. Mitchell Machine Learning Department Carnegie Mellon University January 14,
For Monday No new reading Homework: –Chapter 18, exercises 3 and 4.
CS 8751 ML & KDDDecision Trees1 Decision tree representation ID3 learning algorithm Entropy, Information gain Overfitting.
MACHINE LEARNING 10 Decision Trees. Motivation  Parametric Estimation  Assume model for class probability or regression  Estimate parameters from all.
Concept learning, Regression Adapted from slides from Alpaydin’s book and slides by Professor Doina Precup, Mcgill University.
1 Universidad de Buenos Aires Maestría en Data Mining y Knowledge Discovery Aprendizaje Automático 5-Inducción de árboles de decisión (2/2) Eduardo Poggi.
CS 5751 Machine Learning Chapter 3 Decision Tree Learning1 Decision Trees Decision tree representation ID3 learning algorithm Entropy, Information gain.
Decision Trees Binary output – easily extendible to multiple output classes. Takes a set of attributes for a given situation or object and outputs a yes/no.
1 Decision Tree Learning Original slides by Raymond J. Mooney University of Texas at Austin.
Decision Trees, Part 1 Reading: Textbook, Chapter 6.
CSE 446: Decision Trees Winter 2012 Slides adapted from Carlos Guestrin and Andrew Moore by Luke Zettlemoyer & Dan Weld.
Copyright © Andrew W. Moore Slide 1 Decision Trees Andrew W. Moore Professor School of Computer Science Carnegie Mellon University
ECE 5984: Introduction to Machine Learning Dhruv Batra Virginia Tech Topics: –Decision/Classification Trees Readings: Murphy ; Hastie 9.2.
Machine Learning Recitation 8 Oct 21, 2009 Oznur Tastan.
Learning From Observations Inductive Learning Decision Trees Ensembles.
Tree and Forest Classification and Regression Tree Bagging of trees Boosting trees Random Forest.
CSE 446: Decision Trees Winter 2012 Slides adapted from Carlos Guestrin and Andrew Moore by Luke Zettlemoyer & Dan Weld.
Introduce to machine learning
Artificial Intelligence
Data Science Algorithms: The Basic Methods
Issues in Decision-Tree Learning Avoiding overfitting through pruning
Decision Tree Saed Sayad 9/21/2018.
Introduction to Data Mining, 2nd Edition by
Introduction to Data Mining, 2nd Edition by
Introduction to Data Mining, 2nd Edition by
Machine Learning Chapter 3. Decision Tree Learning
Machine Learning: Lecture 3
Machine Learning Chapter 3. Decision Tree Learning
Why Machine Learning Flood of data
CS639: Data Management for Data Science
Decision Trees Jeff Storey.
Presentation transcript:

CSE 446: Decision Trees Winter 2012 Slides adapted from Carlos Guestrin and Andrew Moore by Luke Zettlemoyer; tweaked by Dan Weld

Logistics PS 1 – due in two weeks – Did we already suggest that you … start early See website for reading 2

© Daniel S. Weld 3 Why is Learning Possible? Experience alone never justifies any conclusion about any unseen instance. Learning occurs when PREJUDICE meets DATA!

© Daniel S. Weld 4 Some Typical Biases – Occam’s razor “It is needless to do more when less will suffice” – William of Occam, died 1349 of the Black plague – MDL – Minimum description length – Concepts can be approximated by –... conjunctions of predicates... by linear functions... by short decision trees

5 Overview of Learning What is Being Learned? Type of Supervision (eg, Experience, Feedback) Labeled Examples RewardNothing Discrete Function ClassificationClustering Continuous Function Regression PolicyApprenticeship Learning Reinforcement Learning

A learning problem: predict fuel efficiency From the UCI repository (thanks to Ross Quinlan) 40 Records Discrete data (for now) Predict MPG

© Daniel S. Weld7 Past Insight Any ML problem may be cast as the problem of FUNCTION APPROXIMATION

A learning problem: predict fuel efficiency 40 Records Discrete data (for now) Predict MPG X Y Need to find “Hypothesis”: f : X  Y

How Represent Function? f ( ) )  Conjunctions in Propositional Logic? maker=asia  weight=low Need to find “Hypothesis”: f : X  Y

Restricted Hypothesis Space © Daniel S. Weld10 Many possible representations Natural choice: conjunction of attribute constraints For each attribute: – Constrain to a specific value: eg maker=asia – Don’t care: ? For example maker cyl displace weight accel …. asia ? ? low ? Represents maker=asia  weight=low

© Daniel S. Weld11 Consistency Say an “example is consistent with a hypothesis” when the example logically satisfies the hypothesis Hypothesis: maker=asia  weight=low maker cyl displace weight accel …. asia ? ? low ? Examples: asia5low … usa4low …

12 Ordering on Hypothesis Space © Daniel S. Weld x1x1 asia5low x2x2 usa4med h1: maker=asia  accel=low h3: maker=asia  weight=low h2: maker=asia

Ok, so how does it perform? Version Space Algorithm 13

How Represent Function? f ( ) )  General Propositional Logic? maker=asia  weight=low Need to find “Hypothesis”: f : X  Y

Hypotheses: decision trees f : X  Y Each internal node tests an attribute x i Each branch assigns an attribute value x i =v Each leaf assigns a class y To classify input x ? traverse the tree from root to leaf, output the labeled y Cylinders goodbad MakerHorsepower lowmed highamericaasiaeurope bad good bad

Hypothesis space How many possible hypotheses? Cylinders goodbad Maker Horsepowe r low med highamericaasiaeurope bad good bad

Hypothesis space How many possible hypotheses? What functions can be represented? Cylinders goodbad Maker Horsepowe r low med highamericaasiaeurope bad good bad

What functions can be represented? cyl=3  (cyl=4  (maker=asia  maker=europe))  … Cylinders goodbad Maker Horsepowe r low med highamericaasiaeurope bad good bad

Hypothesis space How many possible hypotheses? What functions can be represented? How many will be consistent with a given dataset? Cylinders goodbad Maker Horsepowe r low med highamericaasiaeurope bad good bad

Hypothesis space How many possible hypotheses? What functions can be represented? How many will be consistent with a given dataset? How will we choose the best one? Cylinders goodbad Maker Horsepowe r low med highamericaasiaeurope bad good bad

Are all decision trees equal? Many trees can represent the same concept But, not all trees will have the same size! e.g.,  = (A ∧ B)  (  A ∧ C) A BC t t f f + _ tf + _ Which tree do we prefer? B CC tf f + tf + _ A tf A _ + _ tt f

Learning decision trees is hard!!! Finding the simplest (smallest) decision tree is an NP-complete problem [Hyafil & Rivest ’76] Resort to a greedy heuristic: – Start from empty decision tree – Split on next best attribute (feature) – Recurse

© Daniel S. Weld23 What is the Simplest Tree? Is this a good tree? [22+, 18-] Means: correct on 22 examples incorrect on 18 examples predict mpg=bad

Improving Our Tree predict mpg=bad

Recursive Step Take the Original Dataset.. And partition it according to the value of the attribute we split on Records in which cylinders = 4 Records in which cylinders = 5 Records in which cylinders = 6 Records in which cylinders = 8

Recursive Step Records in which cylinders = 4 Records in which cylinders = 5 Records in which cylinders = 6 Records in which cylinders = 8 Build tree from These records.. Build tree from These records.. Build tree from These records.. Build tree from These records..

Second level of tree Recursively build a tree from the seven records in which there are four cylinders and the maker was based in Asia (Similar recursion in the other cases)

A full tree

Splitting: choosing a good attribute X1X1 X2X2 Y TTT TFT TTT TFT FTT FFF FTF FFF X1X1 Y=t : 4 Y=f : 0 tf Y=t : 1 Y=f : 3 X2X2 Y=t : 3 Y=f : 1 tf Y=t : 2 Y=f : 2 Would we prefer to split on X 1 or X 2 ? Idea: use counts at leaves to define probability distributions so we can measure uncertainty!

Measuring uncertainty Good split if we are more certain about classification after split – Deterministic good (all true or all false) – Uniform distribution? – What about distributions in between? P(Y=A) = 1/3P(Y=B) = 1/4P(Y=C) = 1/4P(Y=D) = 1/6 P(Y=A) = 1/2P(Y=B) = 1/4P(Y=C) = 1/8P(Y=D) = 1/8 Bad

Entropy Entropy H(Y) of a random variable Y More uncertainty, more entropy! Information Theory interpretation: H(Y) is the expected number of bits needed to encode a randomly drawn value of Y (under most efficient code)

Entropy Example X1X1 X2X2 Y TTT TFT TTT TFT FTT FFF P(Y=t) = 5/6 P(Y=f) = 1/6 H(Y) = - 5/6 log 2 5/6 - 1/6 log 2 1/6 = 0.65

Conditional Entropy Conditional Entropy H( Y |X) of a random variable Y conditioned on a random variable X X1X1 Y=t : 4 Y=f : 0 tf Y=t : 1 Y=f : 1 P(X 1 =t) = 4/6 P(X 1 =f) = 2/6 X1X1 X2X2 Y TTT TFT TTT TFT FTT FFF Example: H(Y|X 1 ) = - 4/6 (1 log log 2 0) - 2/6 (1/2 log 2 1/2 + 1/2 log 2 1/2) = 2/6 = 0.33

Information Gain Advantage of attribute – decrease in entropy (uncertainty) after splitting X1X1 X2X2 Y TTT TFT TTT TFT FTT FFF In our running example: IG(X 1 ) = H(Y) – H(Y|X 1 ) = 0.65 – 0.33 IG(X 1 ) > 0  we prefer the split!

Learning Decision Trees Start from empty decision tree Split on next best attribute (feature) – Use, for example, information gain to select attribute: Recurse

Suppose we want to predict MPG Now, Look at all the information gains… predict mpg=bad

Tree After One Iteration

When to Terminate? ©Carlos Guestrin

Base Case One Don’t split a node if all matching records have the same output value

Base Case Two Don’t split a node if none of the attributes can create multiple [non-empty] children

Base Case Two: No attributes can distinguish

Base Cases: An idea Base Case One: If all records in current data subset have the same output then don’t recurse Base Case Two: If all records have exactly the same set of input attributes then don’t recurse Proposed Base Case 3: If all attributes have zero information gain then don’t recurse Is this a good idea?

The problem with Base Case 3 y = a XOR b The information gains:The resulting decision tree:

If we omit Base Case 3: y = a XOR b The resulting decision tree: Is it OK to omit Base Case 3?

Decision Tree Building Summarized BuildTree(DataSet,Output) If all output values are the same in DataSet, return a leaf node that says “predict this unique output” If all input values are the same, return a leaf node that says “predict the majority output” Else find attribute X with highest Info Gain Suppose X has n X distinct values (i.e. X has arity n X ). – Create and return a non-leaf node with n X children. – The i’th child should be built by calling BuildTree(DS i,Output) Where DS i built consists of all those records in DataSet for which X = ith distinct value of X.

General View of a Classifier Hypothesis: Function for labeling examples Label: - Label: + ? ? ? ?

© Daniel S. Weld47

Ok, so how does it perform? 48

MPG Test set error

MPG test set error The test set error is much worse than the training set error… …why?

Decision trees will overfit Standard decision trees have no learning bias – Training set error is always zero! (If there is no label noise) – Lots of variance – Will definitely overfit!!! – Must introduce some bias towards simpler trees Many strategies for picking simpler trees: – Fixed depth – Fixed number of leaves – Or something smarter…

Occam’s Razor Why Favor Short Hypotheses? Arguments for: – Fewer short hypotheses than long ones →A short hyp. less likely to fit data by coincidence →Longer hyp. that fit data may might be coincidence Arguments against: – Argument above on really uses the fact that hypothesis space is small!!! – What is so special about small sets based on the size of each hypothesis?

How to Build Small Trees Two reasonable approaches: Optimize on the held-out (development set) – If growing the tree larger hurts performance, then stop growing!!! – Requires a larger amount of data… Use statistical significance testing – Test if the improvement for any split it likely due to noise – If so, don’t to the split!

Consider this split

A chi-square test Suppose that mpg was completely uncorrelated with maker. What is the chance we’d have seen data of at least this apparent level of association anyway? By using a particular kind of chi-square test, the answer is 13.5% (Such hypothesis tests are easy to compute, unfortunately, not enough time to cover in the lecture, but in your homework, you’ll have fun! :))

Using Chi-squared to avoid overfitting Build the full decision tree as before But when you can grow it no more, start to prune: – Beginning at the bottom of the tree, delete splits in which p chance > MaxPchance – Continue working you way up until there are no more prunable nodes MaxPchance is a magic parameter you must specify to the decision tree, indicating your willingness to risk fitting noise

Pruning example With MaxPchance = 0.05, you will see the following MPG decision tree: When compared with the unpruned tree improved test set accuracy worse training accuracy

MaxPchance Technical note: MaxPchance is a regularization parameter that helps us bias towards simpler models Smaller TreesLarger Trees MaxPchance Increasing Decreasing Expected Test set Error We’ll learn to choose the value of magic parameters like this one later!

Real-Valued inputs What should we do if some of the inputs are real-valued? Infinite number of possible split values!!! Finite dataset, only finite number of relevant splits!

“One branch for each numeric value” idea: Hopeless: with such high branching factor will shatter the dataset and overfit

Threshold splits Binary tree, split on attribute X at value t – One branch: X < t – Other branch: X ≥ t

The set of possible thresholds Binary tree, split on attribute X – One branch: X < t – Other branch: X ≥ t Search through possible values of t – Seems hard!!! But only finite number of t’s are important – Sort data according to X into {x 1,…,x m } – Consider split points of the form x i + (x i+1 – x i )/2

Picking the best threshold Suppose X is real valued Define IG(Y|X:t) as H(Y) - H(Y|X:t) Define H(Y|X:t) = H(Y|X = t) P(X >= t) IG(Y|X:t) is the information gain for predicting Y if all you know is whether X is greater than or less than t Then define IG*(Y|X) = max t IG(Y|X:t) For each real-valued attribute, use IG*(Y|X) for assessing its suitability as a split Note, may split on an attribute multiple times, with different thresholds

Example with MPG

Example tree for our continuous dataset

What you need to know about decision trees Decision trees are one of the most popular ML tools – Easy to understand, implement, and use – Computationally cheap (to solve heuristically) Information gain to select attributes (ID3, C4.5,…) Presented for classification, can be used for regression and density estimation too Decision trees will overfit!!! – Must use tricks to find “simple trees”, e.g., Fixed depth/Early stopping Pruning Hypothesis testing

Acknowledgements Some of the material in the decision trees presentation is courtesy of Andrew Moore, from his excellent collection of ML tutorials: –