Chapter 3: Decision Tree Learning

Inductive Bias

Decision Tree Issues

1. Avoiding Overfitting the Data

Node Pruning

Rule Pruning (C4.5)

  1. Build a decision tree.
  2. Convert the tree into an equivalent set of rules.
  3. Generalize each rule by removing any preconditions that result in improving its estimated accuracy.
  4. Sort the pruned rules by their estimated accuracy and use them in this sequence when classifying subsequent instances.

2. Incorporating Continuous-Valued Attributes

3. Alternative Measures for Selecting Attributes

4. Handling Missing Attribute Values

5. Handling Attributes with Different Costs

Practice Exercises

Valid XHTML 1.0!