This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How can I get the OOB samples used for each tree in random forest model R?

Is it possible to get the OOB samples used by random forest algorithm for each tree ? I'm using R language. I know that RandomForest algorithm uses almost 66% of the data (selected randomly) to grow up each tree, and 34 % of the data as OOB samples to measure the OOB error, but I don't know how to get those OOB samples for each tree ?

randomforest oob samples

0 answers

No answers yet.

Log in to answer this question.