I am wondering if it is possible to incorporate hierarchical sampling of the
data into the random forest.
Essentially, I have multiple observations acquired from the same subject,which
means that the out of bag estimates are not necessarily independent. I'm having
trouble re-calibrating the model using out of bag predictions because of this.
I looked at the stratified sampling, but it does not look to be the same as
what I'm asking for.
Original issue reported on code.google.com by
alistair...@gmail.comon 27 Feb 2013 at 1:35