Commits


James Lamb authored and GitHub committed 790c1e33e69
[R-package] Fixed R implementation of upper_bound() and lower_bound() for lgb.Booster (#2785) * [R-package] Fixed R implementation of upper_bound() and lower_bound() for lgb.Booster * [R-package] switched return type to double * fixed R tests on Booster upper_bound() and lower_bound() * fixed linting * moved numeric tolerance into a global constant