2015
Efficient Non-greedy Optimization of Decision Trees
NeurIPS 2015poster
Decision trees and randomized forests are widely used in computer vision and machine learning. Standard algorithms for decision tree induction optimize the split functions one node at a time according to some splitting criteria. This greedy procedure often leads to suboptimal trees. In this paper, w…