You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MRG + 1] Fix gradient boosting overflow and various other float comparison on == (#7970)
* reintroduced isclose() and flake8 fixes to fixes.py
* changed == 0.0 to isclose(...)
* example changes
* changed back to abs() < epsilon
* flake8 convention on file
* reverted flake8 fixes
* reverted flake8 fixes (2)
* np.finfo(np.float32).tiny instead of hard coded epsilon 1e-150
* reverted to 1e-150
* whats new modified
0 commit comments