Difference between revisions of "LightGBM"

From
Jump to: navigation, search
m (Text replacement - "http:" to "https:")
m
 
Line 23: Line 23:
 
* [https://github.com/microsoft/LightGBM LightGBM, Light Gradient Boosting Machine] - A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks. LightGBM is under the umbrella of the [https://github.com/microsoft/dmtk DMTK project of Microsoft | GitHub]
 
* [https://github.com/microsoft/LightGBM LightGBM, Light Gradient Boosting Machine] - A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks. LightGBM is under the umbrella of the [https://github.com/microsoft/dmtk DMTK project of Microsoft | GitHub]
  
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.   
+
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.   
  
 
<youtube>OQHlmscvkRI</youtube>
 
<youtube>OQHlmscvkRI</youtube>
 
<youtube>V5158Oug4W8</youtube>
 
<youtube>V5158Oug4W8</youtube>

Latest revision as of 21:46, 2 March 2024

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.