-
-
Notifications
You must be signed in to change notification settings - Fork 43
[bug] Dask worker dies during dask-xgboost classifier training : test_core.py::test_classifier #68
Comments
If I remove removing
Then success log -
fit log -
|
Any pointer if |
Can you provide a minimal example?
http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports
I'm not sure why the presence of sparse would matter. We do import it, and
it imports numba, but only use it when
passed a sparse array.
…On Thu, Jan 30, 2020 at 3:10 AM Pradipta Ghosh ***@***.***> wrote:
Any pointer if sparse package coming conda-forge is not compatible with
dask-xgboost or xgboost or what could be the reason behind dask worker's
dying ? It would really help !
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#68?email_source=notifications&email_token=AAKAOIXQDPHR2YHJZOSNYOTRAKKQDA5CNFSM4KNSALBKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKKHNMY#issuecomment-580155059>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKAOISKMXUWSZ3G4KBSVBLRAKKQDANCNFSM4KNSALBA>
.
|
It is easily reproducible with the test case ; Code snippet :-
As I have mentioned earlier whenever we have Please let me know if you need any other information. Thanks! |
You also have scipy installed? The sparse code is fairly self contained, just https://github.com/dask/dask-xgboost/blob/master/dask_xgboost/core.py#L17-L22 and https://github.com/dask/dask-xgboost/blob/master/dask_xgboost/core.py#L50-L63. Are you able to step through those and see where things go wrong? |
Dask worker dies while during dask-xgboost classifier training ; It is being observed while running
test_core.py::test_classifier
Configuration used -
Description / Steps - :-
Dask worker dies -
It is not clear why does dask worker die at that point .
Thanks!
Pradipta
The text was updated successfully, but these errors were encountered: