Commit a6ff2c7e authored by Ian Lin's avatar Ian Lin Committed by Guolin Ke
Browse files

fix a typo in the docs (#1203)

parent 5392c9ea
......@@ -12,7 +12,7 @@ Tune Parameters for the Leaf-wise (Best-first) Tree
---------------------------------------------------
LightGBM uses the `leaf-wise <./Features.rst#leaf-wise-best-first-tree-growth>`__ tree growth algorithm, while many other popular tools use depth-wise tree growth.
Compared with depth-wise growth, the leaf-wise algorithm can convenge much faster.
Compared with depth-wise growth, the leaf-wise algorithm can converge much faster.
However, the leaf-wise growth may be over-fitting if not used with the appropriate parameters.
To get good results using a leaf-wise tree, these are some important parameters:
......
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