Commit 859f6ed0 authored by Qiwei Ye's avatar Qiwei Ye Committed by GitHub
Browse files

Merge pull request #201 from ClimbsRocks/patch-2

minor typo fixes
parents 6c248d37 3c9cdd18
......@@ -26,9 +26,9 @@ LightGBM uses [leaf-wise](https://github.com/Microsoft/LightGBM/wiki/Features#op
## For better accuracy
* Use large ```max_bin``` (may slower)
* Use large ```max_bin``` (may be slower)
* Use small ```learning_rate``` with large ```num_iterations```
* Use large ```num_leave```(may over-fitting)
* Use large ```num_leaves```(may cause over-fitting)
* Use bigger training data
* Try ```dart```
......
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