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 had provided code to support early stopping and eval_set in general way for lightgbm using lightgbm_dask package. This was several months ago. I see that still early stopping and eval_set are not supported.
Is there a timeline to add this?
But I guess it's alot less easy in native lightgbm for some reason?
It looks like you found the related issues but I'll just confirm here...yes, it's actively being worked on. You can see the discussion in #3952 and #4101 for more details on why it isn't as simple as what was proposed in #3515 (comment).. There are a few challenges related to the fact that we can't safely assume that validation sets are partitioned exactly the same way that the training data is.
@ffineis has been doing great work and has been very patient with us, I think we'll get there in the near future!
I had provided code to support early stopping and eval_set in general way for lightgbm using lightgbm_dask package. This was several months ago. I see that still early stopping and eval_set are not supported.
Is there a timeline to add this?
@jameslamb
The text was updated successfully, but these errors were encountered: