-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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_cudf failure: ValueError: Cell is empty #6239
Comments
@pseudotensor Thanks for taking time to test XGBoost and file bug reports. Well-written reports with reproducible examples are highly valuable to us. We will try to reproduce the bug and get back to you. |
Looks like a dill issue to me. ;-) Not sure what's it doing under the hood. |
Looks like it could be this one: uqfoundation/dill#383 |
@jsignell Should have found the correct issue. Will close this one if no objection. |
Same specs and dataset as here: #6232
Script:
Leads to:
This only happens if one has already imported dill. However, this is fairly critical since any use of dill outside xgboost would be normal.
This may be more of a dask issue, but I didn't try to reproduce in dask itself. I did not find anything like this problem on github for dask or xgboost or in google.
However, I'm cross-posting to: dask/dask#6737
The text was updated successfully, but these errors were encountered: