[dask] FutureCancelledError
when training DaskLGBMClassifier on databricks
#6660
Labels
FutureCancelledError
when training DaskLGBMClassifier on databricks
#6660
Description
When trying to train a DaskLGBMClassifier using
dask-databricks
, I seem to run into the errorFutureCancelledError: operator.itemgetter(1)-aedec8478dd062943dfc5db591c68b4c cancelled for reason: unknown.
no matter what I do. Databricks assistant/chatGPT thought it might be due to partitioning of the training data but I've tried massively reducing or decreasing the number of partitions and all that changes is how quickly it fails.Reproducible example
Environment info
Lightgbm 4.5.0, just installed via a
!pip install lightgbm
at the top of the notebookI'm using databricks runtime 15.4 LTS, with the following init script:
The text was updated successfully, but these errors were encountered: