←back to thread

291 points sebg | 5 comments | | HN request time: 0.402s | source
1. SomaticPirate ◴[] No.41892387[source]
Any suggestions for a 101 introduction to random forests? In university I encountered some ML courses but never random forests.
replies(4): >>41892414 #>>41892681 #>>41895152 #>>41895809 #
2. jph00 ◴[] No.41892414[source]
Yeah I did a deep dive on them here -- doesn't require any particular math background beyond high school: https://www.youtube.com/watch?v=blyXCk4sgEg
3. sunshinesnacks ◴[] No.41892681[source]
Statquest is really good. Maybe a little basic if you’ve taken ML courses, though?

https://youtube.com/playlist?list=PLblh5JKOoLUIE96dI3U7oxHaC...

4. RandomThoughts3 ◴[] No.41895152[source]
Grab any ML book and read the chapter on random forests. If you have the maths background (which is not particularly high for random forests) which you should if you took ML courses, it’s all going to be pretty straightforward. I think someone already mentioned Hastie, The Elements of Statistical Learning, in this thread which you can download for free and would be a good start.
5. __mharrison__ ◴[] No.41895809[source]
My book, Effective XGBoost, covers tree theory from stumps to decision trees, to bagging (random forests) to boosting.