[doc][dask] Reference examples from coiled. [skip ci] (#8891)

This commit is contained in:
Jiaming Yuan
2023-03-10 12:03:24 +08:00
committed by GitHub
parent c5c8f643f2
commit 54e001bbf4

View File

@@ -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:
***************