Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 412 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 412 Bytes

Implementation of AdaBoost algorithm from scratch

This repository contains an implementation of the AdaBoost algorithm for binary classification problems from scratch. It was made following the description of the algorithm AdaBoost.M1 in "The Elements of Statistical Learning", by Hasti, Tibshirani and Friedman (chapter 10, algorithm 10.1). The notation in the code tends to follow the notation in the book.