Unverified Commit eda4d644 authored by Crissman Loomis's avatar Crissman Loomis Committed by GitHub
Browse files

[doc] Update Parameters-Tuning.rst (#2896)

Add Optuna link for automated hyperparameter tuning.
parent bd10918e
......@@ -7,6 +7,7 @@ This page contains parameters tuning guides for different scenarios.
- `Parameters <./Parameters.rst>`__
- `Python API <./Python-API.rst>`__
- `Optuna`_ for automated hyperparameter tuning
Tune Parameters for the Leaf-wise (Best-first) Tree
---------------------------------------------------
......@@ -79,3 +80,5 @@ Deal with Over-fitting
- Try ``max_depth`` to avoid growing deep tree
- Try ``extra_trees``
.. _Optuna: https://medium.com/optuna/lightgbm-tuner-new-optuna-integration-for-hyperparameter-optimization-8b7095e99258
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment