RandomForest

Decision Tree: How to find the path from the root to the desired terminal node

Find terminal nodes in each tree of the built random forest that give the largest prediction. Then find paths from root to these selected terminal nodes and ensemble them to derive a decision region.