-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError: bytes object is too large #4240
Comments
Thanks for using LightGBM and for writing up this report! Could you please provide a few more details that will help me to reproduce this?
If By the way, I noticed that you are passing |
thanks for your reply. It seem to be a dask bug, refer to dask/dask#7618 . |
Ah ok, thanks for letting us know! Please come back any time if you run into issues with the Dask interface or if you'd like to contribute. |
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. |
Description
I've been getting a "ValueError: bytes object is too large" error while using lightgbm with dask. How can I fix it?
Reproducible example
###output###
Environment info
lightgbm==3.2.1
dask==2021.01.1
python==3.6.2
The text was updated successfully, but these errors were encountered: