AdaBoost is a boosted algorithm that is similar to Random Forests but has a couple of significant differences: Rather than a forest of trees, AdaBoost typically makes a forest of stumps (a stump is a tree with only one node and two leaves). Each stump’s decision is not weighted equally...