Skip to content

Commit

Permalink
Add documentation to AdaBoost class
Browse files Browse the repository at this point in the history
  • Loading branch information
valenad1 committed Sep 15, 2023
1 parent d3e1fd1 commit 6d8e8a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion h2o-algos/src/main/java/hex/adaboost/AdaBoost.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
import java.util.List;

/**
* TODO valenad1
* Implementation of AdaBoost algorithm based on
*
* Raul Rojas, "Adaboost and the Super Bowl of Classifiers A Tutorial Introduction to Adaptive Boosting"
* Alexandru Niculescu-Mizil and Richard A. Caruana, "Obtaining Calibrated Probabilities from Boosting"
* Y. Freund, R. Schapire, “A Decision-Theoretic Generalization of on-Line Learning and an Application to Boosting”, 1995.
*
* @author Adam Valenta
*/
Expand Down

0 comments on commit 6d8e8a2

Please sign in to comment.