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
da005221
Commit
da005221
authored
Aug 10, 2017
by
Seong-Jin Kim
Committed by
Guolin Ke
Aug 18, 2017
Browse files
typo (#820)
parent
d4ef3156
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/Parameters.md
docs/Parameters.md
+1
-1
No files found.
docs/Parameters.md
View file @
da005221
...
@@ -203,7 +203,7 @@ The parameter format is `key1=value1 key2=value2 ... ` . And parameters can be s
...
@@ -203,7 +203,7 @@ The parameter format is `key1=value1 key2=value2 ... ` . And parameters can be s
*
`pred_early_stop_margin`
, default=
`10.0`
, type=double
*
`pred_early_stop_margin`
, default=
`10.0`
, type=double
*
The Threshold of margin in early-stopping prediction.
*
The Threshold of margin in early-stopping prediction.
*
`use_missing`
, default=
`true`
, type=bool
*
`use_missing`
, default=
`true`
, type=bool
*
Set to
`false`
will dis
b
ale the special handle of missing value.
*
Set to
`false`
will disa
b
le the special handle of missing value.
*
`zero_as_missing`
, default=
`false`
, type=bool
*
`zero_as_missing`
, default=
`false`
, type=bool
*
Set to
`true`
will treat all zero as missing values (including the unshown values in libsvm/sparse matrics).
*
Set to
`true`
will treat all zero as missing values (including the unshown values in libsvm/sparse matrics).
*
Set to
`false`
will use
`na`
to represent missing values.
*
Set to
`false`
will use
`na`
to represent missing values.
...
...
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