Add native support for Dask (#4473)

* Add native support for Dask

* Add multi-GPU demo

* Add sklearn example
This commit is contained in:
Rory Mitchell
2019-05-27 13:29:28 +12:00
committed by GitHub
parent 55e645c5f5
commit 09b90d9329
13 changed files with 407 additions and 16 deletions

View File

@@ -73,3 +73,13 @@ Callback API
.. autofunction:: xgboost.callback.reset_learning_rate
.. autofunction:: xgboost.callback.early_stop
Dask API
--------
.. automodule:: xgboost.dask
.. autofunction:: xgboost.dask.run
.. autofunction:: xgboost.dask.create_worker_dmatrix
.. autofunction:: xgboost.dask.get_local_data