Adaboost for multiclass classification based in SAMME algorithm [T Hastie, S Rosset, J Zhu, H Zou - 2009]
This algorithm was implemented based in scikit-learn coding standards, therefore it works with any base estimator that provides fit() and predict() methods.
