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
Right now LGBM breaks on the GPU with some bin-size related error (observed on wd dataset), I expect the same one as the one reported here and the related issue: microsoft/LightGBM#3339, since it's the same error log
Based on #729 we need to figure out if the fix here is:
Find a way to force CPU LGBM and/or warn the user to uninstall GPU if they have it
Find a way to get GPU LGBM to work in lightwood (e.g. splitting columns into multiple values(?))
Contribute a fix to the LGBM package itself
Most people don't have LGBM GPU installed and lightwood installs the CPU version, so not too urgent, especially since GPU will still work with most datasets.
The text was updated successfully, but these errors were encountered:
Right now LGBM breaks on the GPU with some bin-size related error (observed on wd dataset), I expect the same one as the one reported here and the related issue: microsoft/LightGBM#3339, since it's the same error log
Based on #729 we need to figure out if the fix here is:
Most people don't have LGBM GPU installed and lightwood installs the CPU version, so not too urgent, especially since GPU will still work with most datasets.
The text was updated successfully, but these errors were encountered: