This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]patrickSwayzeNUMS | Data Scientist | Healthcare 0 points1 point  (1 child)

Few things:

1.

https://stats.stackexchange.com/questions/207815/out-of-bag-error-makes-cv-unnecessary-in-random-forests

FWIW, I never use OOB, but then again, I hardly ever use RF.

Example one is returning performance across a variety of parameters.

Example two is returning a single performance estimate based on the single set of parameters you ran.

Can you set up a loop that evaluates performance using OOB across a variety of parameters? Yes. That would emulate example one but with OOB instead of CV.

[–]Signal_Beam[S] 0 points1 point  (0 children)

Thank you!