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