From 54e001bbf45853e1755a6bc51c5b2279de230121 Mon Sep 17 00:00:00 2001 From: Jiaming Yuan Date: Fri, 10 Mar 2023 12:03:24 +0800 Subject: [PATCH] [doc][dask] Reference examples from coiled. [skip ci] (#8891) --- doc/tutorials/dask.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/tutorials/dask.rst b/doc/tutorials/dask.rst index e35c0b24c..c010aa0e2 100644 --- a/doc/tutorials/dask.rst +++ b/doc/tutorials/dask.rst @@ -474,6 +474,14 @@ interface, including callback functions, custom evaluation metric and objective: callbacks=[early_stop], ) +********************** +Hyper-parameter tuning +********************** + +See https://github.com/coiled/dask-xgboost-nyctaxi for a set of examples of using XGBoost +with dask and optuna. + + .. _tracker-ip: ***************