I have a random forest model. With getTree
function I can get all trees created in my random forest Model. Now I want to check the predictions made by each tree for some observations. For this reason I need to make prediction using each tree of my random forest Model.
I found this question with the same objective. But, unfortunately, this question has not been answered.
https://stackoverflow.com/q/40875489/3834837
Any propositions?