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
25258323
Commit
25258323
authored
Jul 19, 2017
by
Tsukasa OMOTO
Committed by
Qiwei Ye
Jul 19, 2017
Browse files
Add `gaussian_eta` to Parameters.md (#708)
https://github.com/Microsoft/LightGBM/issues/705#issuecomment-315976423
parent
1ee8b676
Changes
1
Show 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 @
25258323
...
@@ -211,6 +211,8 @@ The parameter format is `key1=value1 key2=value2 ... ` . And parameters can be s
...
@@ -211,6 +211,8 @@ The parameter format is `key1=value1 key2=value2 ... ` . And parameters can be s
*
parameter for
[
Huber loss
](
https://en.wikipedia.org/wiki/Huber_loss
"Huber loss - Wikipedia"
)
. Will be used in regression task.
*
parameter for
[
Huber loss
](
https://en.wikipedia.org/wiki/Huber_loss
"Huber loss - Wikipedia"
)
. Will be used in regression task.
*
`fair_c`
, default=
`1.0`
, type=double
*
`fair_c`
, default=
`1.0`
, type=double
*
parameter for
[
Fair loss
](
https://www.kaggle.com/c/allstate-claims-severity/discussion/24520
)
. Will be used in regression task.
*
parameter for
[
Fair loss
](
https://www.kaggle.com/c/allstate-claims-severity/discussion/24520
)
. Will be used in regression task.
*
`gaussian_eta`
, default=
`1.0`
, type=double
*
parameter to control the width of Gaussian function. Will be used in l1 and huber regression loss.
*
`poission_max_delta_step`
, default=
`0.7`
, type=double
*
`poission_max_delta_step`
, default=
`0.7`
, type=double
*
parameter used to safeguard optimization
*
parameter used to safeguard optimization
*
`scale_pos_weight`
, default=
`1.0`
, type=double
*
`scale_pos_weight`
, default=
`1.0`
, type=double
...
...
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