Add native support for Dask (#4473)
* Add native support for Dask * Add multi-GPU demo * Add sklearn example
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user