dask / dask-xgboost

BSD 3-Clause "New" or "Revised" License
162 stars 43 forks source link

dashboard updates #48

Closed quasiben closed 5 years ago

quasiben commented 5 years ago

When using dask-xgboost I see the profile dashboard page update but nothing in the task stream or progress panes. Is this expected ?

mrocklin commented 5 years ago

Can you verify that other tasks submitted from your client show up?

Can you verify that you're using the operations found in this library and not the solution in the xgboost documentation (which is a separate implementation)

quasiben commented 5 years ago

Other tasks show up in the dashboard. I am using the xgboost implementation from dmlc/rapids. Should I file an issue with https://github.com/dmlc/xgboost/ ?

mrocklin commented 5 years ago

Does that code use tooling like compute/persist/submit/map, which generate tasks, or does it use .run which doesn't?

mrocklin commented 5 years ago

Regardless, at this point it's not a bug in the dask-xgboost implementation, but yes, it's an issue with dmlx/xgboost.

Whether or not it's a bug is up to them though. They may have chosen to use run for a reason.

quasiben commented 5 years ago

Thanks for commenting!

They are using run()