LightGBM Explained
yanisfalaki.com·3h·
Discuss: Hacker News
Flag this post

LightGBM is probably the most widely used algorithm used for machine learning tasks on tabular data. On kaggle you almost always see it in the top 10 leaderboards, yet many (and I suspect most) only understand the interface of its official library, and not its technical underpinnings.

I recently implemented LightGBM from scratch in order to gain a better a technical understanding of it myself, however I couldn’t find any helpful resources besides the original paper online on the technicalities of LGBM, and so I decided I should write a blog post in order to help anyone on a similar endeavour in the future.

This post is intended for people with background knowledge in decision tre…

Similar Posts

Loading similar posts...