moshesipper / AddGBoost

A Gradient Boosting-Style Algorithm Based on Strong Learners

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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},
}

About

A Gradient Boosting-Style Algorithm Based on Strong Learners

License:GNU General Public License v3.0


Languages

Language:Python 100.0%