Improve doc and demo for dask. (#4907)

* Add a readme with link to doc.
* Add more comments in the demonstrations code.
* Workaround https://github.com/dask/distributed/issues/3081 .
This commit is contained in:
Jiaming Yuan
2019-09-30 23:59:37 -04:00
committed by GitHub
parent d30e63a0a5
commit 7e24a8d245
5 changed files with 54 additions and 17 deletions

6
demo/dask/README.md Normal file
View File

@@ -0,0 +1,6 @@
Dask
====
This directory contains some demonstrations for using `dask` with `XGBoost`.
For an overview, see
https://xgboost.readthedocs.io/en/latest/tutorials/dask.html .