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
I think I've fixed this; it was due to a numerical precision issue and was not specific to the scikit-learn interface (I've added a test that reproduces the issue in the normal python interface).
This issue has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this.
Reproducible example:
Bug was originally found in #5105 (comment).
Fix of this issue should include removing
n_jobs=0
workaround hereLightGBM/tests/python_package_test/test_consistency.py
Line 87 in f715645
The text was updated successfully, but these errors were encountered: