Difference between revisions of "LightGBM"

From
Jump to: navigation, search
m
m
Line 10: Line 10:
 
* [[AI Solver]]
 
* [[AI Solver]]
 
** [[...predict values]]
 
** [[...predict values]]
 +
* [[Case Studies]]
 +
** [[Space/Planets]]
 
* [[Capabilities]]  
 
* [[Capabilities]]  
 
* [[Gradient Boosting Machine (GBM)]]
 
* [[Gradient Boosting Machine (GBM)]]

Revision as of 12:56, 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.