Adaboost Algorithm using numpy in Python
Implementation of Adaboost algorithm while boosting the Linear Regression based weak classifier, plotting training vs testing error and seeing how training error goes to 0, plotting a histogram of important features along with alphas and epsilons as a function of the number of iterations.
more ...