Skip to content
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

DaskLGBMRegressor early_stopping_rounds error #5963

Closed
kunshouout opened this issue Jul 8, 2023 · 3 comments
Closed

DaskLGBMRegressor early_stopping_rounds error #5963

kunshouout opened this issue Jul 8, 2023 · 3 comments
Labels

Comments

@kunshouout
Copy link

kunshouout commented Jul 8, 2023

It seems using early_stopping_rounds with DaskLGBMRegressor would result in
lightgbm.basic.LightGBMError: Socket recv error, Connection reset by peer (code: 104)

Is this expected behavior?

LightGBM version or commit hash:
3.3.5.99

@kunshouout kunshouout reopened this Jul 8, 2023
@kunshouout kunshouout changed the title DaskLGBMRegressor sample_weight type error DaskLGBMRegressor early_stopping_rounds error Jul 8, 2023
@jameslamb jameslamb added the dask label Jul 9, 2023
@jameslamb
Copy link
Collaborator

Thanks for using LightGBM.

Early stopping is not yet supported in the Dask interface. You can follow #4189 to be notified if/when that support is added.

However... I wouldn't expect the error you mentioned could be caused by providing parameter early_stopping_rounds.

If you can provide us with enough information to reproduce the issue you're facing, we can help:

  • operating system
  • version of Python
  • versions of dask and distributed
  • minimal, self-contained code which reproduces the error

@github-actions
Copy link

github-actions bot commented Aug 8, 2023

This issue has been automatically closed because it has been awaiting a response for too long. When you have time to to work with the maintainers to resolve this issue, please post a new comment and it will be re-opened. If the issue has been locked for editing by the time you return to it, please open a new issue and reference this one. Thank you for taking the time to improve LightGBM!

@github-actions github-actions bot closed this as completed Aug 8, 2023
Copy link

github-actions bot commented Nov 8, 2023

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants