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
e287a819
Commit
e287a819
authored
Mar 24, 2017
by
Laurae
Committed by
Guolin Ke
Mar 24, 2017
Browse files
Add boost_from_average to docs (#354)
parent
76990797
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
docs/Parameters.md
docs/Parameters.md
+2
-0
No files found.
docs/Parameters.md
View file @
e287a819
...
...
@@ -183,6 +183,8 @@ The parameter format is ```key1=value1 key2=value2 ... ``` . And parameters can
*
parameter used to safeguard optimization
*
```scale_pos_weight```
, default=
```1.0```
, type=double
*
weight of positive class in binary classification task
*
```boost_from_average```
, default=
```true```
, type=bool
*
adjust initial score of each observation to the mean of each class for faster convergence
*
```is_unbalance```
, default=
```false```
, type=bool
*
used in binary classification. Set this to
```true```
if training data are unbalance.
*
```max_position```
, default=
```20```
, type=int
...
...
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