Describe one way to avoid predicting a probability of zero for test data using a decision tree.
  • A pseudocount of one could be added to each class at each leaf node. This forces the decision tree to assign non-zero probabilities at leaf nodes, because each class will have a count of at least one.

Valid HTML 4.0 Transitional