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
a6ba859e
Unverified
Commit
a6ba859e
authored
Nov 18, 2019
by
James Lamb
Committed by
GitHub
Nov 18, 2019
Browse files
[R-package] fixed parameter-name typo in lgb.cv() (#2576)
parent
1f7b06b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
R-package/R/lgb.cv.R
R-package/R/lgb.cv.R
+1
-1
R-package/man/lgb.cv.Rd
R-package/man/lgb.cv.Rd
+1
-1
No files found.
R-package/R/lgb.cv.R
View file @
a6ba859e
...
@@ -82,7 +82,7 @@ lgb.cv <- function(params = list()
...
@@ -82,7 +82,7 @@ lgb.cv <- function(params = list()
,
verbose
=
1L
,
verbose
=
1L
,
record
=
TRUE
,
record
=
TRUE
,
eval_freq
=
1L
,
eval_freq
=
1L
,
shows
=
TRUE
,
shows
d
=
TRUE
,
stratified
=
TRUE
,
stratified
=
TRUE
,
folds
=
NULL
,
folds
=
NULL
,
init_model
=
NULL
,
init_model
=
NULL
...
...
R-package/man/lgb.cv.Rd
View file @
a6ba859e
...
@@ -16,7 +16,7 @@ lgb.cv(
...
@@ -16,7 +16,7 @@ lgb.cv(
verbose
=
1L
,
verbose
=
1L
,
record
=
TRUE
,
record
=
TRUE
,
eval_freq
=
1L
,
eval_freq
=
1L
,
shows
=
TRUE
,
shows
d
=
TRUE
,
stratified
=
TRUE
,
stratified
=
TRUE
,
folds
=
NULL
,
folds
=
NULL
,
init_model
=
NULL
,
init_model
=
NULL
,
...
...
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