paper-with-me

Papers

Automatically Optimized Gradient Boosting Trees for Classifying Large Volume High Cardinality Data Streams Under Concept Drift

2019-11-30 · Jobin Wilson, Amit Kumar Meher, Bivin Vinodkumar Bindu, Santanu Chaudhury, Brejesh lall, Manoj Sharma, Vishakha Pareek

Data abundance along with scarcity of machine learning experts and domain specialists necessitates progressive automation of end-to-end machine learning workflows. To this end, Automated Machine Learning (AutoML) has emerged as a prominent research area. Real world data often arrives as streams or batches, and data distribution evolves over time causing concept drift. Models need to handle data that is not independent and identically distributed (iid), and transfer knowledge across time through continuous self-evaluation and adaptation adhering to resource constraints. Creating autonomous self-maintaining models which not only discover an optimal pipeline, but also automatically adapt to concept drift to operate in a lifelong learning setting was the crux of NeurIPS 2018 AutoML challenge. We describe our winning solution to the challenge, entitled AutoGBT, which combines an adaptive self-optimized end-to-end machine learning pipeline based on gradient boosting trees with automatic hyper-parameter tuning using Sequential Model-Based Optimization (SMBO). We report experimental results on the challenge datasets as well as several benchmark datasets affected by concept drift and compare it with the baseline model for the challenge and Auto-sklearn. Results indicate the effectiveness of the proposed methodology in this context.

📄 PDF Abstract BibTeX

Code (3)

flytxtds/AutoGBT
jim-schwoebel/allie pytorch
pfnet-research/autogbt-alt

Tasks

AutoMLBIG-bench Machine LearningLifelong learning

Similar Papers 제목 키워드 기반

Pushing the Envelope of Gradient Boosting Forests via Globally-Optimized Oblique Trees

2022-01-01 · CVPR 2022 1 · Magzhan Gabidolla, Miguel Á. Carreira-Perpiñán

Ensemble methods based on decision trees, such as Random Forests or boosted forests, have long been established as some of the most powerful, off-the-shelf machine learning models, and have been widely used in comput…

Soft Gradient Boosting Machine

2020-06-07 · Ji Feng, Yi-Xuan Xu, Yuan Jiang, Zhi-Hua Zhou

Gradient Boosting Machine has proven to be one successful function approximator and has been widely used in a variety of areas. However, since the training procedure of each base learner has to take the sequential order,…

Incremental Learning

Gradient Boosting With Piece-Wise Linear Regression Trees

2018-02-15 · Yu Shi, Jian Li, Zhize Li

Gradient Boosted Decision Trees (GBDT) is a very successful ensemble learning algorithm widely used across a variety of applications. Recently, several variants of GBDT training algorithms and implementations have been d…

Ensemble Learningregression

agtboost: Adaptive and Automatic Gradient Tree Boosting Computations

2020-08-28 · Berent Ånund Strømnes Lunde, Tore Selland Kleppe

agtboost is an R package implementing fast gradient tree boosting computations in a manner similar to other established frameworks such as xgboost and LightGBM, but with significant decreases in computation time and requ…

Feature Importance

Gradient boosting machine with partially randomized decision trees

2020-06-19 · Andrei V. Konstantinov, Lev V. Utkin

The gradient boosting machine is a powerful ensemble-based machine learning method for solving regression problems. However, one of the difficulties of its using is a possible discontinuity of the regression function, wh…

BIG-bench Machine Learningregression