Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
3c9cdd18
Commit
3c9cdd18
authored
Jan 12, 2017
by
Preston Parry
Committed by
GitHub
Jan 12, 2017
Browse files
minor typo fixes
parent
6c248d37
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/Parameters-tuning.md
docs/Parameters-tuning.md
+2
-2
No files found.
docs/Parameters-tuning.md
View file @
3c9cdd18
...
@@ -26,9 +26,9 @@ LightGBM uses [leaf-wise](https://github.com/Microsoft/LightGBM/wiki/Features#op
...
@@ -26,9 +26,9 @@ LightGBM uses [leaf-wise](https://github.com/Microsoft/LightGBM/wiki/Features#op
## For better accuracy
## 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 small
```learning_rate```
with large
```num_iterations```
*
Use large
```num_leave```
(may over-fitting)
*
Use large
```num_leave
s
```
(may
cause
over-fitting)
*
Use bigger training data
*
Use bigger training data
*
Try
```dart```
*
Try
```dart```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment