Solved – A good description of the random forests method

classificationmachine learningrandom forest

Can anyone suggest a good book or article describing the random forests method of classification? I'm not satisfied with the way the subject is treated in "An Introduction to Statistical Learning with Applications in R " by Tibshirani & Co
and would like to have a more or less rigorous but comprehensible description.

Best Answer

When getting up to speed on a topic, I find it helpful to start at the beginning and work forward chronologically. Breiman's original paper on random forests is where I would recommend starting.

Leo Breiman. "Random Forests." Machine Learning (2001). 45, 5-32.

Related Question