imbs-hl / ranger

A Fast Implementation of Random Forests
http://imbs-hl.github.io/ranger/
770 stars 193 forks source link

Out-of-bag data & predictions #425

Open mbracconi opened 5 years ago

mbracconi commented 5 years ago

Is it possible to access the out-of-bag data and each of the prediction in the C++ version of ranger? I am interest in recording which data is left out in the training procedure and the corresponding prediction.

Thank you

mnwright commented 5 years ago

Unfortunately, this is currently only available in the R version.