< RishabhGarg108Ri>
What is the intuition behind it? Why not `numDimensions = dimensions` or `numDimensions = dimensions / 2`? Is it square root a heuristic?
<RishabhGarg108Ri>
What is the intuition behind it? Why not `numDimensions = dimensions` or `numDimensions = dimensions / 2`? Is it square root a heuristic?
< RishabhGarg108Ri>
* What is the intuition behind it? Why not `numDimensions = dimensions` or `numDimensions = dimensions / 2`? Is taking square root a heuristic?
<RishabhGarg108Ri>
* What is the intuition behind it? Why not `numDimensions = dimensions` or `numDimensions = dimensions / 2`? Is taking square root a heuristic?
< rcurtin[m]>
RishabhGarg108 (RishabhGarg108): sorry for the slow response. I went digging for the source this morning, but I think the original Random Forests paper by Leo Breiman suggested using sqrt(d) here
<rcurtin[m]>
RishabhGarg108 (RishabhGarg108): sorry for the slow response. I went digging for the source this morning, but I think the original Random Forests paper by Leo Breiman suggested using sqrt(d) here
< RishabhGarg108Ri>
Got it. Thanks for the clarification!
<RishabhGarg108Ri>
Got it. Thanks for the clarification!
< rcurtin[m]>
Wikipedia suggests it's page 592 in "The Elements of Statistical Learning": https://en.wikipedia.org/wiki/Random_forest (see "From bagging to random forests")