How to grab subsets from train sets when bootstrap=False in RF regressor?
Dec. 26, 2018
9:26 a.m.
As title RF regressor decide a tree by grabing part of train data aka bootstrap. If set bootstrap=False, how would the model grab data? The reason I'm interesting is when I set it to False, it makes the mse and mae down, that's means False is better.
December 2018
9:33 p.m.
It uses all the data. On 12/26/18 4:26 AM, lampahome wrote:
As title
RF regressor decide a tree by grabing part of train data aka bootstrap.
If set bootstrap=False, how would the model grab data?
The reason I'm interesting is when I set it to False, it makes the mse and mae down, that's means False is better.
_______________________________________________ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn
2581
Age (days ago)
2582
Last active (days ago)
1 comments
2 participants
participants (2)
-
Andreas Mueller -
lampahome