Difference between revisions of "LightGBM"

From
Jump to: navigation, search
m
m
Line 11: Line 11:
 
** [[...predict values]]
 
** [[...predict values]]
 
* [[Case Studies]]
 
* [[Case Studies]]
** [[Space/Planets]]
+
** [[Astronomy]]
 
** [[Screening; Passenger, Luggage, & Cargo]]
 
** [[Screening; Passenger, Luggage, & Cargo]]
 
* [[Capabilities]]  
 
* [[Capabilities]]  

Revision as of 07:47, 17 February 2023

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.