RandomForest
Machine learning tools continue to improve in accuracy and ease of use. R has multiple packages implementing many of the most popular tools while maintaining the R syntax we have learned already. One of these called “RandomForest” provides an interface that is startlingly easy to use and apply. This downloadable package implements a decision tree to perform either classification or regression prediction analysis.