-
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
[dask] Dask training fails using LocalCluster on Windows #5918
Comments
Thanks for your questions and for using LightGBM. And thanks for providing a minimal, reproducible example! I've reformatted the text a bit and modified the description to more closely match the issue you're reporting. Please see https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax to learn how to format code and other text on GitHub. Unfortunately, And as can be seen in the test configuration for the Python package: LightGBM/tests/python_package_test/test_dask.py Lines 20 to 22 in fe69fa9
We also already have a feature request in the project backlog to add Dask support on macOS and Windows: #3782. If you're interested in trying to contribute Windows support we would welcome a contribution! Otherwise, you can subscribe to that issue to be notified if it's addressed by some future contribution. |
@jmoralez Do you think we should add a warning in the Dask interface like the following?
I think it should be a warning and not an error, but that in general something printed by code is more likely to be seen by users than documentation on the docs site (and definitely more prominent than configuration in a test file). |
Thank you so much! I am a starter in this field and trying to learn. If I find anything I will update. I will try on my personal Ubuntu linux machine. |
Ok no problem. Sorry for the inconvenience. For now, I'll close this issue and let's use #3782 to discuss progress towards supporting macOS and Windows in |
Yes, I think printing that would be useful. |
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. |
I am receiving the Warning as bellow:
Dask workers look good on dashboard, each worker has 15.9GiB memory and 6 threads.
The laptop has 6 cores 2 threads per core. OS is Windows 10 Enterprise.
Ligbm 3.3.5, Dask 2023.5.1, distributed 2023.5.1, Python 3.10
Thank you for any help!
Originally posted by @philip-2020 in #4942 (comment)
The text was updated successfully, but these errors were encountered: