Too Long; Didn't Read
Random forest is one of the most popular algorithms for multiple machine learning tasks. This story looks into random forest regression in R, focusing on understanding the output and variable importance. The package with the original implemetation is called randomForest.