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
d8bb5784
"src/git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "2e962c779f0d4f44da46c5be9851604b9acb5708"
Commit
d8bb5784
authored
Apr 18, 2017
by
Guolin Ke
Committed by
GitHub
Apr 18, 2017
Browse files
Update Parameters.md
parent
13e0bafa
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 @
d8bb5784
...
@@ -176,7 +176,7 @@ The parameter format is `key1=value1 key2=value2 ... ` . And parameters can be s
...
@@ -176,7 +176,7 @@ The parameter format is `key1=value1 key2=value2 ... ` . And parameters can be s
*
`predict_leaf_index `
, default=
`false`
, type=bool, alias=
`leaf_index `
,
`is_predict_leaf_index `
*
`predict_leaf_index `
, default=
`false`
, type=bool, alias=
`leaf_index `
,
`is_predict_leaf_index `
*
only used in prediction task
*
only used in prediction task
*
Set to
`true`
to predict with leaf index of all trees
*
Set to
`true`
to predict with leaf index of all trees
*
`bin_construct_sample_cnt`
, default=
`
5
0000`
, type=int
*
`bin_construct_sample_cnt`
, default=
`
20
0000`
, type=int
*
Number of data that sampled to construct histogram bins.
*
Number of data that sampled to construct histogram bins.
*
Will give better training result when set this larger. But will increase data loading time.
*
Will give better training result when set this larger. But will increase data loading time.
*
Set this to larger value if data is very sparse.
*
Set this to larger value if data is very sparse.
...
...
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