Difference between revisions of "LightGBM"

From
Jump to: navigation, search
m
m
Line 12: Line 12:
 
* [[Case Studies]]
 
* [[Case Studies]]
 
** [[Space/Planets]]
 
** [[Space/Planets]]
 +
** [[Screening; Passenger, Luggage, & Cargo]]
 
* [[Capabilities]]  
 
* [[Capabilities]]  
 
* [[Gradient Boosting Machine (GBM)]]
 
* [[Gradient Boosting Machine (GBM)]]

Revision as of 12:57, 17 August 2020

YouTube search... ...Google search

Microsoft's gradient boosting framework that uses tree based learning algorithms. It is designed to be distributed and efficient by using histogram-based algorithms, which bucket continuous feature (attribute) values into discrete bins. This speeds up training and reduces memory usage.