Commits


Chris Smith authored and Guolin Ke committed 1f88721a798
Fix Integer Overflow #2357 (#2400) * Fix integer overflow https://github.com/microsoft/LightGBM/issues/2357 * Use 2 spaces not 4 * Move constant the config.h Move check outside the max_depth check * Move the max leaves check to config.h * Remove unnecessary check