This aligns dask with pyspark, users need to explicitly call: ``` from xgboost.dask import DaskXGBClassifier from xgboost import dask as dxgb ``` In future releases, we might stop using the default import and remove the lazy loader.
.. _dask-examples: XGBoost Dask Feature Walkthrough ================================ This directory contains some demonstrations for using `dask` with `XGBoost`. For an overview, see :doc:`/tutorials/dask`