-1

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.

user3887424
  • 1
  • 1
  • 1

1 Answers1

0

Same in GBM - random-number generator is used in feature and example sampling. That's used to reduce overfitting

Mischa Lisovyi
  • 3,207
  • 18
  • 29