Unverified Commit f92aa54f authored by Subham Agrawal's avatar Subham Agrawal Committed by GitHub
Browse files

[docs] Add alt text to image in Parameters-Tuning.rst (#4035)



* [docs] Add alt text to image in Parameters-Tuning.rst

Add alt text to Leaf-wise growth image, as part of #4028

* Update docs/Parameters-Tuning.rst
Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
parent 2a00b6ff
......@@ -70,6 +70,7 @@ LightGBM adds nodes to trees based on the gain from adding that node, regardless
.. image:: ./_static/images/leaf-wise.png
:align: center
:alt: Three consecutive images of decision trees, where each shows the tree with an additional two leaf nodes added. Shows that leaf-wise growth can result in trees that have some branches which are longer than others.
Because of this growth strategy, it isn't straightforward to use ``max_depth`` alone to limit the complexity of trees. The ``num_leaves`` parameter sets the maximum number of nodes per tree. Decrease ``num_leaves`` to reduce training time.
......
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