From 529b5c2cfddac859bc4266678bd99079aca4e9ff Mon Sep 17 00:00:00 2001 From: Jiaming Yuan Date: Sun, 14 Jun 2020 13:00:19 +0800 Subject: [PATCH] [DOC] Mention dask blog post in doc. [skip ci] (#5789) --- doc/tutorials/dask.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/tutorials/dask.rst b/doc/tutorials/dask.rst index ae468d7d7..796b37459 100644 --- a/doc/tutorials/dask.rst +++ b/doc/tutorials/dask.rst @@ -7,7 +7,10 @@ easy management of distributed workers and excels handling large distributed dat workflows. The implementation in XGBoost originates from `dask-xgboost `_ with some extended functionalities and a different interface. Right now it is still under construction and may change (with proper -warnings) in the future. +warnings) in the future. The tutorial here focus on basic usage of dask with CPU tree +algorithm. For an overview of GPU based training and internal working, see `A New, +Official Dask API for XGBoost +`_. ************ Requirements