My question is why the full dataset is being used as default when building
each tree. That's not random forest. The main point of RF is to build each
tree with a subsample of the full dataset

On Sun, May 10, 2020, 09:50 Joel Nothman <joel.noth...@gmail.com> wrote:

> A bootstrap is very commonly a random draw with replacement of equal size
> to the original sample.
> _______________________________________________
> scikit-learn mailing list
> scikit-learn@python.org
> https://mail.python.org/mailman/listinfo/scikit-learn
>
_______________________________________________
scikit-learn mailing list
scikit-learn@python.org
https://mail.python.org/mailman/listinfo/scikit-learn

Reply via email to