Hello R Users,
While using random forest in R, i came across cforest which is known to be better than random forest.
I check its documentation but couldn’t get clear about, what makes it powerful.
All I could understand from the documentation is, cforest includes OOB(out-of-bag) observations which permits it to work on larger information available as compared to random forest.
I’ve tried searching for its answer, but failed to do so.
Please explain to me in simple terms.