Two LightGBM ideas on top of the shared boosting core: features are quantized into histogram bins (the grid on the canvas — splits can only land on bin edges), and trees grow leaf-wise, always splitting the highest-gain leaf next. Internals compares leaf-wise against level-wise on the same data.