Decision Tree in Python

Post date: Dec 30, 2014 9:11:38 AM

There are several topics worth noting in here.

  • Extract Boolean logic from the decision tree output. [StackOverflow]
  • DecisionTree: This provides an alternative decision tree implementation to scikit-learn. This implementation allows stoping criterion by complexity (i.e. entropy thresholding).