Why is not it a unique process? Specifically, which part has randomness?
I only know random forest. random forest uses bootstrap data, so I can understand its randomness.
Why is not it a unique process? Specifically, which part has randomness?
I only know random forest. random forest uses bootstrap data, so I can understand its randomness.
Same in GBM - random-number generator is used in feature and example sampling. That's used to reduce overfitting