top of page
LightGBM


Exclusive Feature Bundling (EFB) in LightGBM: Boost Speed & Reduce Memory Usage
Exclusive Feature Bundling (EFB) is a key LightGBM optimization that reduces the number of features by merging sparse, mutually exclusive columns—cutting memory usage and training time without sacrificing accuracy.

Aryan
Sep 21
Â
Â


GOSS Explained: How LightGBM Achieves Faster Training Without Sacrificing Accuracy
Gradient-based One-Side Sampling (GOSS) is a key innovation in LightGBM that accelerates model training without losing accuracy. By focusing on high-gradient (hard-to-learn) data points and selectively sampling low-gradient ones, GOSS strikes the perfect balance between speed and performance, making LightGBM faster and more efficient than traditional boosting methods.

Aryan
Sep 19
Â
Â


LightGBM Explained: Objective Function, Split Finding, and Leaf-Wise Growth
Discover how LightGBM optimizes gradient boosting with faster training, memory efficiency, and advanced split finding. Learn its unique leaf-wise growth strategy, objective function, and why it outperforms traditional methods like XGBoost.

Aryan
Sep 18
Â
Â
bottom of page