AnswerBun.com

what make lightGBM run faster than XGBoost?

Data Science Asked on January 4, 2022

I am curious on what differences in implementation allow speed up of lightGBM over XGBoost, some times up to magnitude of orders.

One Answer

First of all both the GBM methods are great and superiority of each algorithm is dependent on the data.

Major Differences between the two is that LightGBM uses a novel technique of Gradient-based One-Side Sampling (GOSS) to filter out the data instances for finding a split value while XGBoost uses pre-sorted algorithm & Histogram-based algorithm for computing the best split.

GOSS assumes that data points with small gradients tend to be more well trained. This means that it is more efficient to concentrate on data points with larger gradients.To attenuate the problem of biased sample it also randomly samples from data with small gradients.

To read more you can refer:

Answered by prashant0598 on January 4, 2022

Add your own answers!

Related Questions

Model deployment with Flask, Tensorflow Serving and Docker

0  Asked on February 18, 2021 by happynomad

 

Feature extraction of images in Python

3  Asked on February 18, 2021 by jeremy-barnes

     

Expected value in Bellman equation

1  Asked on February 17, 2021 by raffaem

 

Making (500,) array (500,20)

1  Asked on February 17, 2021 by user110766

     

Timing sequence in MapReduce

1  Asked on February 17, 2021 by syed

       

Ask a Question

Get help from others!

© 2023 AnswerBun.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP