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
"Warning: Dask-XGBoost has been deprecated and is no longer maintained. The functionality of this project has been included directly in XGBoost. To use Dask and XGBoost together, please use xgboost.dask instead https://xgboost.readthedocs.io/en/latest/tutorials/dask.html."
The text was updated successfully, but these errors were encountered:
Thanks for surfacing this @rrpelgrim. A PR that updates that example to use xgboost.dask instead of dask_xgboost would be very welcome. Let me know if you know have any questions about that process
This Dask Examples notebook uses the deprecated
dask-xgboost
rather than the native XGBoost integration.Tweaking the notebook should be relatively straightforward by following the example code in this blog
From the
dask-xgboost
repo:"Warning: Dask-XGBoost has been deprecated and is no longer maintained. The functionality of this project has been included directly in XGBoost. To use Dask and XGBoost together, please use xgboost.dask instead https://xgboost.readthedocs.io/en/latest/tutorials/dask.html."
The text was updated successfully, but these errors were encountered: