SOTAVerified

Cost efficient gradient boosting

2017-12-01NeurIPS 2017Code Available0· sign in to hype

Sven Peter, Ferran Diego, Fred A. Hamprecht, Boaz Nadler

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Many applications require learning classifiers or regressors that are both accurate and cheap to evaluate. Prediction cost can be drastically reduced if the learned predictor is constructed such that on the majority of the inputs, it uses cheap features and fast evaluations. The main challenge is to do so with little loss in accuracy. In this work we propose a budget-aware strategy based on deep boosted regression trees. In contrast to previous approaches to learning with cost penalties, our method can grow very deep trees that on average are nonetheless cheap to compute. We evaluate our method on a number of datasets and find that it outperforms the current state of the art by a large margin. Our algorithm is easy to implement and its learning time is comparable to that of the original gradient boosting. Source code is made available at http://github.com/svenpeter42/LightGBM-CEGB.

Reproductions