Predictive Analytics: Decision Tree and Ensembles by Ricky Ho.
From the post:
Continue from my last post of walking down the list of machine learning technique. In this post, I will covered Decision Tree and Ensemble methods. We’ll continue using the iris data we prepare in this earlier post.
Ricky covers Decision Tree to illustrate early machine learning and continue under Ensemble methods to cover Random Forest and Gradient Boosted Trees.
Ricky’s next post will cover performance of the methods he has discussed in this series of posts.