Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 689 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 689 Bytes

AddGBoost

A Gradient Boosting-Style Algorithm Based on Strong Learners

Code accompanying the paper: M. Sipper and J. H. Moore, "AddGBoost: A Gradient Boosting-Style Algorithm Based on Strong Learners", Machine Learning with Applications, 2021.

Note: class AddGBoost is scikit-learn-compatible.

Citation

Citations are always appreciated 😊:

@article{sipper2020addgboost,
author = {Moshe Sipper and Jason H. Moore},
title = {AddGBoost: A gradient boosting-style algorithm based on strong learners},
journal = {Machine Learning with Applications},
volume = {7},
pages = {100243},
year = {2022},
}