LightGBM: A Highly Efficient Gradient Boosting Decision Tree, Guolin Ke, Qi Meng, Thomas Finley, Taifeng Wang, Wei Chen, Weidong Ma, Qiwei Ye, Tie-Yan Liu, 2017Advances in Neural Information Processing Systems 30 (NeurIPS 2017) (Curran Associates, Inc.)DOI: 10.48550/arXiv.1706.09516 - The foundational paper introducing LightGBM and detailing the Exclusive Feature Bundling algorithm.
Exclusive Feature Bundling (EFB), LightGBM Contributors, 2024 - Official documentation explaining the EFB algorithm, its parameters, and practical usage within the LightGBM library.
Introduction to Algorithms, Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein, 2022 (The MIT Press) - A classic textbook covering graph coloring and greedy algorithms, which form the algorithmic foundation of EFB's bundle identification process.